Commit Graph

  • 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 681de68e9d, 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: 2412044c90 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 915f911e36. 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
  • 895b0931e5 [youtube:tab] Detect playlists inside community posts pukkandan 2021-04-27 11:33:58 +05:30
  • 1ad047d0f7 [nebula] Move to nebula.app pukkandan 2021-04-26 17:54:06 +05:30
  • be6202f12b Subtitle extraction from streaming media manifests #247 pukkandan 2021-04-28 19:02:43 +05:30
  • e8f834cd8d [threeqsdn] Extract subtitles from streaming manifests Felix S 2021-04-19 21:42:51 +02:00
  • e0e624ca7f [canvas] Extract subtitles from streaming manifests Felix S 2021-04-19 18:57:25 +02:00
  • ec4f374c05 [wat] Extract subtitles from streaming manifests Felix S 2021-04-18 16:55:14 +02:00
  • c811e8d8bd [atresplayer] Extract subtitles from streaming manifests Felix S 2021-04-18 16:45:04 +02:00
  • b2cd5da460 [francetv] Extract subtitles from the HLS manifest Felix S 2021-04-18 15:47:49 +02:00
  • 2de3b21e05 [uplynk] Extract subtitles from HLS manifests Felix S 2021-04-18 08:41:46 +02:00
  • 4bed436371 [twitter] Extract subtitles from HLS manifests Felix S 2021-04-15 14:12:59 +02:00
  • efe9dba595 [srgssr] Extract subtitles from HLS manifests Felix S 2021-04-15 10:16:15 +02:00
  • 47f4203dd3 [nytimes] Extract subtitles from HLS manifests Felix S 2021-04-15 10:14:46 +02:00
  • 015c10aeec [roosterteeth] Use common code for subtitle extraction Felix S 2021-04-15 10:18:13 +02:00
  • a00d781b73 [elonet] Use common code for subtitle extraction Felix S 2021-04-18 02:09:48 +02:00
  • 0c541b563f [tv4] Extract subtitles from streaming manifests Felix S 2021-04-15 10:19:32 +02:00
  • 64a5cf7929 [byutv] Extract subtitles from streaming manifests Felix S 2021-04-18 08:40:39 +02:00
  • 7a450a3b1c [generic] Extract subtitles from direct SSTR manifest links Felix S 2021-04-18 14:26:32 +02:00
  • 7de27caf16 [generic] Extract subtitles from direct DASH manifest links Felix S 2021-04-18 08:41:28 +02:00
  • c26326c1be [generic] Extract subtitles from direct HLS manifest links Felix S 2021-04-15 10:15:43 +02:00
  • 66a1b8643a [downloader/ism] Support muxing TTML subtitles Felix S 2021-04-18 12:48:39 +02:00
  • 15828bcf25 [downloader/hls] Handle MPEG-2 PES timestamp overflow Felix S 2021-04-23 10:55:09 +02:00
  • 333217f43e [downloader/hls] Remove duplicate cues using a sliding window of candidates Felix S 2021-04-23 10:52:21 +02:00
  • 4a2f19abbd [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments Felix S 2021-04-28 16:17:30 +05:30
  • 5fbcebed8c [test] Test SSTR manifest parsing Felix S 2021-04-19 12:40:29 +02:00
  • becdc7f82c [test] Test subtitle extraction from DASH manifests Felix S 2021-04-18 07:55:33 +02:00
  • 73b9088a1c [test] Test subtitle extraction from HLS manifests Felix S 2021-04-17 15:49:12 +02:00
  • f6a1d69a87 [extractor/common] Extend _extract_akamai_formats to also extract subtitle tracks Felix S 2021-04-22 17:19:26 +02:00
  • fd76a14259 [extractor/common, downloader/ism] Extract SSTR subtitle tracks Felix S 2021-04-18 12:47:42 +02:00
  • 171e59edd4 [extractor/common] Extract DASH subtitle tracks Felix S 2021-04-18 01:49:22 +02:00
  • a0c3b2d5cf [extractor/common] Extract HLS subtitle tracks Felix S 2016-11-07 15:45:42 +01:00
  • 19bb39202d [extractor/common] Generalise _merge_subtitles Felix S 2021-04-19 19:25:54 +02:00
  • d4553567d2 [downloader/ism] Prevent writing the header again when resuming an interrupted download Felix S 2021-04-23 09:13:33 +02:00
  • 4d49884c58 [downloader/fragment] Allow persisting extra state when a download is interrupted Felix S 2021-04-23 09:11:28 +02:00
  • 5873d4ccdd [utils] Improve bug_report_message Felix S 2021-04-22 21:16:29 +02:00
  • db9a564b6a [zee5] Fix extraction for some URLs (#279) Hadi0609 2021-04-28 15:21:54 +06:00
  • c72967d5de [mediasite] Generalize URL pattern (#275) Felix S 2021-04-26 13:53:20 +02:00
  • 598d185db1 Fix case sensitivity of format selector Bug introduced in f8d4ad9ab0 pukkandan 2021-04-26 10:49:22 +05:30