Commit Graph

  • 5435dcf96e
    Handle Basic Auth user:pass in URLs Hubert Hirtz 2021-04-19 14:07:45 +02:00
  • f17c702270
    [ard] Allow URLs without - before id https://github.com/ytdl-org/youtube-dl/pull/29091 Oliver Freyermuth 2021-05-23 19:17:21 +02:00
  • 3907333c5d
    [extractor] Skip subtitles without URI in m3u8 manifests Closes #339 pukkandan 2021-05-23 22:29:28 +05:30
  • acdecdfaef
    [embedthumbnail] Embed in mp4/m4a using mutagen pukkandan 2021-05-23 22:16:35 +05:30
  • 09d18ad07e
    [Sonyliv] Add subtitle support (#342) Ashish 2021-05-23 21:26:27 +05:30
  • bc516a3f3c
    Sanitize and sort playlist thumbnails Closes #341 pukkandan 2021-05-23 17:28:15 +05:30
  • 9572eaaa11
    [ShemarooMe] Add extractor (#332) Ashish 2021-05-23 12:42:50 +05:30
  • 18e674b4f6
    [ffmpeg] Download and merge in a single step if possible pukkandan 2021-05-23 03:47:44 +05:30
  • 8d68ab98a7
    [youtube] Fix bug where not all hls formats were extracted Bug introduced in 9297939ec358f24678b566b2bd2211c51f9f99ed pukkandan 2021-05-23 03:08:11 +05:30
  • 135e6b93f4
    [SonyLIV] Add SonyLIVSeriesIE (#331) Ashish 2021-05-22 17:53:06 +05:30
  • 13a49340ed
    [telemundo] add extractor (#327) king-millez 2021-05-22 21:47:49 +10:00
  • 81a23040eb
    [cleanup] Refactor ffmpeg convertors pukkandan 2021-05-22 13:54:12 +05:30
  • 857f63136d
    [videoconvertor] Generalize with remuxer and allow conditional recoding pukkandan 2021-05-22 13:08:12 +05:30
  • a927acb1ec
    [ThumbnailsConvertor] Support conversion to png and make it the default (#333) louie-github 2021-05-22 02:09:48 +08:00
  • 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 +05:30
  • cd59e22191
    [version] update :ci skip all pukkandan 2021-05-20 21:12:30 +05:30
  • 7237fdc6ce
    [build] Fix pefile version for x86 Authored by: shirt-dev shirt 2021-05-20 11:17:07 -04:00
  • 0fdf490d33
    Release 2021.05.20 pukkandan 2021-05-20 21:11:18 +05:30
  • b73612a254
    Update to ytdl-commit-dfbbe29 pukkandan 2021-05-20 21:08:49 +05:30
  • 65075de35b
    Release 2021.05.20 2021.05.20 pukkandan 2021-05-20 18:57:59 +05:30
  • 50755db160
    Update to ytdl-commit-dfbbe29 Lukas Anzinger 2021-05-16 14:54:15 +02:00
  • 5014558ab9
    [parlview] Add extractor (#322) king-millez 2021-05-20 23:05:37 +10:00
  • 28b0eb0f65
    [cleanup] See desc * Remove struct from embedthumbnail * Use bullet lists in readme where numbered list don't make sense * Fix error introduced in 9c2b75b5616f058c3970e54c664e9543f86b9f0c when ie_result is None pukkandan 2021-05-20 18:02:58 +05:30
  • 95131b2176
    [embedthumbnail] Add flac support and refactor mutagen code pukkandan 2021-05-20 16:55:57 +05:30
  • 2305e2e5c9
    [options] Alias --write-comments, --no-write-comments Closes: #264 pukkandan 2021-05-20 15:40:35 +05:30
  • 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 +00:00
  • 9d5d4d64f8
    [youtube] Better message when login required pukkandan 2021-05-19 19:11:44 +05:30
  • 98784ef8d6
    [audius:artist] Add extractor (#323) king-millez 2021-05-20 18:28:52 +10:00
  • d3fc8074a4
    [youtube] Sort audio-only formats correctly Closes #317 pukkandan 2021-05-18 01:11:57 +05:30
  • 9c2b75b561
    Field additional_urls to download additional videos from metadata pukkandan 2021-05-18 23:50:29 +05:30
  • 856bb8f99d
    [downloader] Fix write_debug pukkandan 2021-05-19 17:34:17 +05:30
  • 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 +05:30
  • 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 +05:30
  • 07cce701de
    [cleanup] linter, code formatting and readme pukkandan 2021-05-18 23:50:59 +05:30
  • 74e001af1d
    [tenplay] Fix extractor (#314) king-millez 2021-05-19 21:13:34 +10:00
  • ff2751ac9c
    [youtube] Always extract maxresdefault thumbnail Fixes: https://github.com/ytdl-org/youtube-dl/issues/29049 pukkandan 2021-05-18 19:15:11 +05:30
  • abcdd12b26
    [youtube:tab] Support youtube music MP pages pukkandan 2021-05-17 18:37:58 +05:30
  • 18db754858
    [youtube:tab] Redirect UC channels that doesn't have a videos tab pukkandan 2021-05-18 18:32:46 +05:30
  • fe03a6cdc8
    [youtube:tab] Support youtube music VL and browse pages pukkandan 2021-05-18 19:31:06 +05:30
  • cd684175ad
    [youtube:tab] Support channel search Fixes: https://github.com/ytdl-org/youtube-dl/issues/29071 pukkandan 2021-05-18 19:30:21 +05:30
  • da692b7920
    [cleanup] youtube tests pukkandan 2021-05-18 17:59:15 +05:30
  • 95c01b6c16
    [youtube:tab] Show alerts only from the final webpage pukkandan 2021-05-17 18:30:50 +05:30
  • 6911e11edd
    [test:download] Only extract enough videos for playlist_mincount pukkandan 2021-05-18 17:57:26 +05:30
  • 5112f26a60
    Add pl_thumbnail outtmpl key for playlist thumbnails This should have been implemented in 681de68e9df67f07dde3fbbc6cb2e65a78b2bb16, but I forgot pukkandan 2021-05-18 01:40:21 +05:30
  • a06916d98e
    [extractor] Add write_debug and get_param pukkandan 2021-05-17 17:53:08 +05:30
  • 681de68e9d
    Write thumbnail of playlist pukkandan 2021-05-17 17:15:33 +05:30
  • 7aee40c13c
    Fix bug in listing subtitles Bug introduced by: 2412044c90ef3d122eab0b195aaa0f5b2ab27394 pukkandan 2021-05-17 16:11:07 +05:30
  • 9297939ec3
    [Youtube] Extract more formats for music.youtube URLs (#311) coletdjnz 2021-05-16 02:38:47 +12:00
  • 774d79cc4c
    [youtube] Add language names pukkandan 2021-05-13 16:49:40 +05:30
  • 2412044c90
    Add field name for subtitles pukkandan 2021-05-13 01:07:58 +05:30
  • 120916dac2
    [youtube] multiple subtitles in same language pukkandan 2021-05-13 00:50:02 +05:30
  • fe346461ff
    Fix --check-formats when there is network error pukkandan 2021-05-15 19:12:26 +05:30
  • d2a1fad968
    [compat] Fix py2 pukkandan 2021-05-13 17:09:43 +05:30
  • 0fb983f62d
    [youtube] Extract audio language pukkandan 2021-05-14 12:31:53 +05:30
  • 53c18592d3
    Add option --print pukkandan 2021-05-14 13:14:38 +05:30
  • e632bce2e4
    [options] Refactor callbacks pukkandan 2021-05-13 17:51:22 +05:30
  • 0760b0a7e2
    Standardize write_debug pukkandan 2021-05-14 13:15:29 +05:30
  • d908aa636a
    [cleanup] Fix typos pukkandan 2021-05-11 23:34:40 +05:30
  • 3d89341b47
    [common] bugfix for when compat_opts is not given pukkandan 2021-05-11 23:29:05 +05:30
  • d8ec40b39f
    [rmcdecouverte] Generalize _VALID_URL Closes #291 pukkandan 2021-05-11 18:23:38 +05:30
  • 4171221823
    Add compat-option no-attach-infojson pukkandan 2021-05-11 14:25:31 +05:30
  • eaeca38fc4
    [version] update :ci skip all pukkandan 2021-05-11 13:36:27 +05:30
  • fac988053f
    Release 2021.05.11 * and some documentation improvements 2021.05.11 pukkandan 2021-05-09 02:55:05 +05:30
  • 61241abbb0
    [generic] Respect the encoding in manifest pukkandan 2021-05-11 12:59:45 +05:30
  • 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 +05:30
  • a61f4b287b
    Deprecate support for python versions < 3.6 Closes #267 pukkandan 2021-05-09 03:54:44 +05:30
  • 486fb17975
    Remove -l, -t, -A completely and disable --auto-number, --title, --literal, --id pukkandan 2021-05-08 20:51:43 +05:30
  • 2f567473c6
    [Plugins] Prioritize plugins over standard extractors and prevent plugins from overwriting the standard extractor classes pukkandan 2021-05-08 20:45:14 +05:30
  • 000ee7ef34
    [fragment] Make sure first segment is not skipped pukkandan 2021-05-08 23:42:25 +05:30
  • 41d1cca328
    Update to ytdl-commit-a726009 pukkandan 2021-05-06 21:31:20 +05:30
  • 717297545b
    Fix playlist_index and add playlist_autonumber (#302) pukkandan 2021-05-06 20:56:19 +05:30
  • e8e738406a
    Add experimental option --check-formats to test the URLs before format selection pukkandan 2021-05-04 21:24:00 +05:30
  • 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 +05:30
  • 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 +05:30
  • 7700b37f39
    [plutotv] Extract subtitles from manifests pukkandan 2021-05-06 00:20:28 +05:30
  • c28cfda81f
    [SonyLiv] Fix title and series extraction (#301) Ashish 2021-05-06 20:27:43 +05:30
  • 848887eb7a
    [downloader] Fix quiet and to_stderr pukkandan 2021-05-04 21:09:36 +05:30
  • 3158150cb7
    [utils] Add network_exceptions pukkandan 2021-05-04 22:36:18 +05:30
  • 6ef6bcbd6b
    [fragment] Ensure the file is closed on error pukkandan 2021-05-04 21:07:43 +05:30
  • 06425e9621
    [blinkx] Minor fix Fixes: https://github.com/ytdl-org/youtube-dl/issues/28941 pukkandan 2021-05-04 22:26:16 +05:30
  • 4d224a3022
    [embedthumbnail] Fix bug where jpeg thumbnails were converted again Closes #297 pukkandan 2021-05-04 22:18:40 +05:30
  • f59ae58163
    Fix number of digits in %(playlist_index)s pukkandan 2021-05-03 20:41:33 +05:30
  • 0d1bb027aa
    Move option warnings to YoutubeDL Previously, these warnings did not obey --no-warnings and did not output colors pukkandan 2021-05-03 15:11:59 +05:30
  • 4cd0a709aa
    Fix preload_download_archive writing verbose message to stdout * And move it after all deprecated warnings pukkandan 2021-05-03 16:01:20 +05:30
  • 1815d1028b
    [zee5] Fix py2 compatibility pukkandan 2021-05-02 23:48:35 +05:30
  • 0fa9a1e236
    [whowatch] Add extractor #292 The Hatsune Daishi 2021-05-02 23:13:37 +09:00
  • eb55bad5a0
    [aria2c] Fix whitespace being stripped off Closes #276 pukkandan 2021-05-01 21:28:30 +05:30
  • cc0ec3e161
    Do not strip out whitespaces in -o and -P Related: https://github.com/yt-dlp/yt-dlp/issues/276#issuecomment-827361652 pukkandan 2021-05-01 21:29:42 +05:30
  • 80185155a1
    [ukcolumn] Add Extractor Closes #287 pukkandan 2021-05-01 19:17:04 +05:30
  • c755f1901f
    [CBS] Improve _VALID_URL to support movies Closes #290 Tested by: BeeMuffins pukkandan 2021-05-01 18:41:37 +05:30
  • 68b91dc905
    [youtube] Add oembed to reserved names pukkandan 2021-05-01 18:41:48 +05:30
  • 88f06afc0c
    [rmcdecouverte] Improve _VALID_URL Closes #291 pukkandan 2021-05-01 19:47:10 +05:30
  • 40078a55e2
    [niconico] Fix bug in thumbnail extraction #289 CXwudi 2021-05-01 10:05:47 -04:00
  • d2558234cf
    [utils] Escape URL while sanitizing Closes #263 pukkandan 2021-04-29 04:56:09 +05:30
  • f5fa042c82
    Revert "[utils] Encode URLs in YoutubeDLCookieProcessor" This reverts commit 915f911e365736227e134ad654601443dbfd7ccb. pukkandan 2021-04-29 04:49:44 +05:30
  • 07e4a40a9a
    [crackle] Improve extraction (See desc) Closes #282 pukkandan 2021-04-29 05:19:06 +05:30
  • e28f1c0ae8
    [cleanup] Fix linter and some typos * Also remove inconsistent use of " in setup.py pukkandan 2021-04-28 19:59:40 +05:30
  • ef39f8600a
    [curiositystream] Fix collections Closes #277 pukkandan 2021-04-28 11:50:17 +05:30
  • 2291dbce2a
    [niconico] Fix HLS formats Closes #171 pukkandan 2021-04-05 13:11:21 +05:30
  • 58f197b76c
    Revert "[core] be able to hand over id and title using url_result" pukkandan 2021-04-27 14:32:08 +05:30