1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-21 15:23:13 +00:00

Commit graph

  • 4040428efc
    [update] Block further update for unsupported systems pukkandan 2021-06-01 03:32:09 +0530
  • cc1dfc9373
    [cleanup] setup.py pukkandan 2021-06-01 02:03:40 +0530
  • 14eb1ee1cb
    Update to ytdl-commit-d495292 pukkandan 2021-06-01 02:37:01 +0530
  • 879e7199bb
    [archiveorg] Add YoutubeWebArchiveIE (#356) coletdjnz 2021-05-31 13:12:38 +1200
  • d89da64b1d
    [hls,dash] When using concurrent_fragment_downloads, do not keep the fragment content in memory Partial fix for #359 This is a temporary solution until #364 can be implemented pukkandan 2021-05-30 22:04:31 +0530
  • 5dcd8e1d88
    [hls] Disable external downloader for webtt pukkandan 2021-05-30 22:11:11 +0530
  • 10bb7e51e8
    [vidio] Add login support (#362) MinePlayersPE 2021-05-30 21:49:14 +0700
  • b0089e8992
    [fancode] Add extractor (#316,#354) Closes #269, #363 pukkandan 2021-05-30 19:29:00 +0530
  • a3ed14cbaf
    [Voot] Add VootSeriesIE (#351) Ashish 2021-05-30 16:45:42 +0530
  • 9dee4df559
    [Saitosan] Add new extractor (#350) LE 2021-05-30 09:02:18 +0000
  • adddc50cbf
    [extractor] Functions to parse socket.io response as json pukkandan 2021-05-30 13:47:39 +0530
  • 46c43ffc9d
    [vidio] Support premium videos (#358) MinePlayersPE 2021-05-29 21:54:19 +0700
  • 37a3bb66a7
    [extractor] Allow note=False when extracting manifests pukkandan 2021-05-29 14:22:44 +0530
  • 337e0c62f8
    [embedthumbnail] Correctly escape filename pukkandan 2021-05-29 01:39:07 +0530
  • 885cc0b75c
    [embedthumbnail] Embed if any thumbnail was downloaded, not just the best pukkandan 2021-05-29 01:38:02 +0530
  • 46953e7e6e
    [youtube:playlist] fix bug pukkandan 2021-05-28 23:49:26 +0530
  • ae8f99e648
    Remove None values from info.json pukkandan 2021-05-28 21:45:06 +0530
  • 077c476276
    [zee5] Fix m3u8 formats extension pukkandan 2021-05-28 19:34:22 +0530
  • 835a1478b4
    Write messages to stderr when both quiet and verbose pukkandan 2021-05-29 02:31:10 +0530
  • 120fe5134a
    Pre-check archive and filters during playlist extraction pukkandan 2021-05-28 22:08:01 +0530
  • 56a8fb4f77
    Refactor __process_playlist using LazyList pukkandan 2021-05-28 22:07:11 +0530
  • 55575225b4
    [utils] Add __getitem__ for PagedList pukkandan 2021-05-17 19:14:20 +0530
  • 483336e79e
    [utils] Add LazyList pukkandan 2021-05-28 22:19:13 +0530
  • c77495e3a4
    [cleanup] _match_entry pukkandan 2021-05-29 02:12:07 +0530
  • 65af1839c6
    [patreon] Support vimeo embeds (#349) rhsmachine 2021-05-27 22:14:43 +0530
  • 177877c544
    [extractor] Always prefer native hls downloader by default pukkandan 2021-05-22 23:58:11 +0530
  • b25522ba52
    [update] Replace self without launching a subprocess in windows pukkandan 2021-05-26 01:13:34 +0530
  • c19bc311cb
    [cleanup] Refactor updater pukkandan 2021-05-26 01:13:08 +0530
  • 5435dcf96e
    Handle Basic Auth user:pass in URLs Hubert Hirtz 2021-04-19 14:07:45 +0200
  • f17c702270
    [ard] Allow URLs without - before id https://github.com/ytdl-org/youtube-dl/pull/29091 Oliver Freyermuth 2021-05-23 19:17:21 +0200
  • 3907333c5d
    [extractor] Skip subtitles without URI in m3u8 manifests Closes #339 pukkandan 2021-05-23 22:29:28 +0530
  • acdecdfaef
    [embedthumbnail] Embed in mp4/m4a using mutagen pukkandan 2021-05-23 22:16:35 +0530
  • 09d18ad07e
    [Sonyliv] Add subtitle support (#342) Ashish 2021-05-23 21:26:27 +0530
  • bc516a3f3c
    Sanitize and sort playlist thumbnails Closes #341 pukkandan 2021-05-23 17:28:15 +0530
  • 9572eaaa11
    [ShemarooMe] Add extractor (#332) Ashish 2021-05-23 12:42:50 +0530
  • 18e674b4f6
    [ffmpeg] Download and merge in a single step if possible pukkandan 2021-05-23 03:47:44 +0530
  • 8d68ab98a7
    [youtube] Fix bug where not all hls formats were extracted Bug introduced in 9297939ec3 pukkandan 2021-05-23 03:08:11 +0530
  • 135e6b93f4
    [SonyLIV] Add SonyLIVSeriesIE (#331) Ashish 2021-05-22 17:53:06 +0530
  • 13a49340ed
    [telemundo] add extractor (#327) king-millez 2021-05-22 21:47:49 +1000
  • 81a23040eb
    [cleanup] Refactor ffmpeg convertors pukkandan 2021-05-22 13:54:12 +0530
  • 857f63136d
    [videoconvertor] Generalize with remuxer and allow conditional recoding pukkandan 2021-05-22 13:08:12 +0530
  • a927acb1ec
    [ThumbnailsConvertor] Support conversion to png and make it the default (#333) louie-github 2021-05-22 02:09:48 +0800
  • 09f1580e2d
    [youtube] /live URLs should raise error if channel is not live Fixes: https://github.com/ytdl-org/youtube-dl/issues/29090 pukkandan 2021-05-21 20:04:30 +0530
  • cd59e22191
    [version] update :ci skip all pukkandan 2021-05-20 21:12:30 +0530
  • 7237fdc6ce
    [build] Fix pefile version for x86 Authored by: shirt-dev shirt 2021-05-20 11:17:07 -0400
  • 0fdf490d33
    Release 2021.05.20 pukkandan 2021-05-20 21:11:18 +0530
  • b73612a254
    Update to ytdl-commit-dfbbe29 pukkandan 2021-05-20 21:08:49 +0530
  • 5014558ab9
    [parlview] Add extractor (#322) king-millez 2021-05-20 23:05:37 +1000
  • 28b0eb0f65
    [cleanup] See desc * Remove struct from embedthumbnail * Use bullet lists in readme where numbered list don't make sense * Fix error introduced in 9c2b75b561 when ie_result is None pukkandan 2021-05-20 18:02:58 +0530
  • 95131b2176
    [embedthumbnail] Add flac support and refactor mutagen code pukkandan 2021-05-20 16:55:57 +0530
  • 2305e2e5c9
    [options] Alias --write-comments, --no-write-comments Closes: #264 pukkandan 2021-05-20 15:40:35 +0530
  • 00ae27690d
    [youtube] Add html5=1 param to get_video_info page requests (#329) Workaround for #319, https://github.com/ytdl-org/youtube-dl/issues/29086 Authored by: colethedj coletdjnz 2021-05-20 10:12:53 +0000
  • 9d5d4d64f8
    [youtube] Better message when login required pukkandan 2021-05-19 19:11:44 +0530
  • 98784ef8d6
    [audius:artist] Add extractor (#323) king-millez 2021-05-20 18:28:52 +1000
  • d3fc8074a4
    [youtube] Sort audio-only formats correctly Closes #317 pukkandan 2021-05-18 01:11:57 +0530
  • 9c2b75b561
    Field additional_urls to download additional videos from metadata pukkandan 2021-05-18 23:50:29 +0530
  • 856bb8f99d
    [downloader] Fix write_debug pukkandan 2021-05-19 17:34:17 +0530
  • af32f40bf5
    [test] Fix test_YoutubeDL.TestYoutubeDL Test test_ignoreerrors_for_playlist_with_url_transparent_iterable_entries was broken due to __original_infodict being added to the dict pukkandan 2021-05-18 23:55:32 +0530
  • 4ec82a72bb
    Ensure post_extract and pre_process only run once Previously, they ran once for each format requested pukkandan 2021-05-18 23:55:32 +0530
  • 07cce701de
    [cleanup] linter, code formatting and readme pukkandan 2021-05-18 23:50:59 +0530
  • 74e001af1d
    [tenplay] Fix extractor (#314) king-millez 2021-05-19 21:13:34 +1000
  • ff2751ac9c
    [youtube] Always extract maxresdefault thumbnail Fixes: https://github.com/ytdl-org/youtube-dl/issues/29049 pukkandan 2021-05-18 19:15:11 +0530
  • abcdd12b26
    [youtube:tab] Support youtube music MP pages pukkandan 2021-05-17 18:37:58 +0530
  • 18db754858
    [youtube:tab] Redirect UC channels that doesn't have a videos tab pukkandan 2021-05-18 18:32:46 +0530
  • fe03a6cdc8
    [youtube:tab] Support youtube music VL and browse pages pukkandan 2021-05-18 19:31:06 +0530
  • cd684175ad
    [youtube:tab] Support channel search Fixes: https://github.com/ytdl-org/youtube-dl/issues/29071 pukkandan 2021-05-18 19:30:21 +0530
  • da692b7920
    [cleanup] youtube tests pukkandan 2021-05-18 17:59:15 +0530
  • 95c01b6c16
    [youtube:tab] Show alerts only from the final webpage pukkandan 2021-05-17 18:30:50 +0530
  • 6911e11edd
    [test:download] Only extract enough videos for playlist_mincount pukkandan 2021-05-18 17:57:26 +0530
  • 5112f26a60
    Add pl_thumbnail outtmpl key for playlist thumbnails This should have been implemented in 681de68e9d, but I forgot pukkandan 2021-05-18 01:40:21 +0530
  • a06916d98e
    [extractor] Add write_debug and get_param pukkandan 2021-05-17 17:53:08 +0530
  • 681de68e9d
    Write thumbnail of playlist pukkandan 2021-05-17 17:15:33 +0530
  • 7aee40c13c
    Fix bug in listing subtitles Bug introduced by: 2412044c90 pukkandan 2021-05-17 16:11:07 +0530
  • 9297939ec3
    [Youtube] Extract more formats for music.youtube URLs (#311) coletdjnz 2021-05-16 02:38:47 +1200
  • 774d79cc4c
    [youtube] Add language names pukkandan 2021-05-13 16:49:40 +0530
  • 2412044c90
    Add field name for subtitles pukkandan 2021-05-13 01:07:58 +0530
  • 120916dac2
    [youtube] multiple subtitles in same language pukkandan 2021-05-13 00:50:02 +0530
  • fe346461ff
    Fix --check-formats when there is network error pukkandan 2021-05-15 19:12:26 +0530
  • d2a1fad968
    [compat] Fix py2 pukkandan 2021-05-13 17:09:43 +0530
  • 0fb983f62d
    [youtube] Extract audio language pukkandan 2021-05-14 12:31:53 +0530
  • 53c18592d3
    Add option --print pukkandan 2021-05-14 13:14:38 +0530
  • e632bce2e4
    [options] Refactor callbacks pukkandan 2021-05-13 17:51:22 +0530
  • 0760b0a7e2
    Standardize write_debug pukkandan 2021-05-14 13:15:29 +0530
  • d908aa636a
    [cleanup] Fix typos pukkandan 2021-05-11 23:34:40 +0530
  • 3d89341b47
    [common] bugfix for when compat_opts is not given pukkandan 2021-05-11 23:29:05 +0530
  • d8ec40b39f
    [rmcdecouverte] Generalize _VALID_URL Closes #291 pukkandan 2021-05-11 18:23:38 +0530
  • 4171221823
    Add compat-option no-attach-infojson pukkandan 2021-05-11 14:25:31 +0530
  • eaeca38fc4
    [version] update :ci skip all pukkandan 2021-05-11 13:36:27 +0530
  • fac988053f
    Release 2021.05.11 * and some documentation improvements pukkandan 2021-05-09 02:55:05 +0530
  • 61241abbb0
    [generic] Respect the encoding in manifest pukkandan 2021-05-11 12:59:45 +0530
  • 53ed7066ab
    Option --compat-options to revert some of yt-dlp's changes * Deprecates --list-formats-as-table, --list-formats-old pukkandan 2021-05-11 13:30:48 +0530
  • a61f4b287b
    Deprecate support for python versions < 3.6 Closes #267 pukkandan 2021-05-09 03:54:44 +0530
  • 486fb17975
    Remove -l, -t, -A completely and disable --auto-number, --title, --literal, --id pukkandan 2021-05-08 20:51:43 +0530
  • 2f567473c6
    [Plugins] Prioritize plugins over standard extractors and prevent plugins from overwriting the standard extractor classes pukkandan 2021-05-08 20:45:14 +0530
  • 000ee7ef34
    [fragment] Make sure first segment is not skipped pukkandan 2021-05-08 23:42:25 +0530
  • 41d1cca328
    Update to ytdl-commit-a726009 pukkandan 2021-05-06 21:31:20 +0530
  • 717297545b
    Fix playlist_index and add playlist_autonumber (#302) pukkandan 2021-05-06 20:56:19 +0530
  • e8e738406a
    Add experimental option --check-formats to test the URLs before format selection pukkandan 2021-05-04 21:24:00 +0530
  • e625be0d10
    Improve output template internal formatting * Allow slicing lists/strings using field.start🔚step * A field can also be used as offset like field1+num+field2 * A default value can be given using field|default * Capture all format strings and set it to None if invalid. This prevents invalid fields from causing errors pukkandan 2021-05-03 22:36:03 +0530
  • 12e73423f1
    [plutotv] Fix format extraction for some urls * And fallback to the first urls if ad-free urls can't be found Closes #299 pukkandan 2021-05-06 00:23:19 +0530