Commit Graph

  • b982cbdd0e [limelight] Obey allow_unplayable_formats pukkandan 2021-04-26 10:46:26 +05:30
  • 6a04a74e8b [FormatSort] Fix for when some formats have quality and others don't pukkandan 2021-04-26 10:45:17 +05:30
  • 88728713c8 Py2 compatibility for FileNotFoundError pukkandan 2021-04-26 07:22:24 +05:30
  • 6b1d8c1e30 [niconico] Fix title and thumbnail extraction (#273) CXwudi 2021-04-25 19:53:57 -07:00
  • 87c3d06271 [Mxplayer] Add MxplayerShowIE (#270) Ashish 2021-04-26 08:12:51 +05:30
  • 915f911e36 [utils] Encode URLs in YoutubeDLCookieProcessor Closes #263 pukkandan 2021-04-24 19:18:45 +05:30
  • cf9d6cfb0c [tubi] Raise "no video formats" error when video url is empty Related: #266 pukkandan 2021-04-24 17:52:33 +05:30
  • bbed5763f1 [francetvinfo] Improve video id extraction Closes #261 pukkandan 2021-04-23 00:01:09 +05:30
  • ca0b91b39e [version] update :ci skip all pukkandan 2021-04-22 17:29:32 +05:30
  • 0cf0571560 Release 2021.04.22 2021.04.22 pukkandan 2021-04-22 16:34:32 +05:30
  • e58c22a0f6 [documentation] Fix typos pukkandan 2021-04-22 16:34:02 +05:30
  • e4bdd3377d [ci] Disable fail-fast pukkandan 2021-04-22 16:54:41 +05:30
  • 0b2e9d2c30 [lazy_extractor] Do not load plugins pukkandan 2021-04-22 16:32:06 +05:30
  • 1bdae7d312 Update to ytdl-commit-7e8b3f9 pukkandan 2021-04-22 14:32:54 +05:30
  • a471f21da6 [mildom] Remove proxy (#260) Felix S 2021-04-22 13:22:22 +02:00
  • 6efb071135 [BilibiliChannel] Fix pagination Closes #222 pukkandan 2021-04-22 04:13:04 +05:30
  • f4536226c1 [documentation] Clarify which deprecated options still work pukkandan 2021-04-22 03:47:31 +05:30
  • a439a3a45c Improve output template (see desc) * Objects can be traversed like %(field.key1.key2)s * A number can be added to the field as %(field+n)s * Deprecates --autonumber-start pukkandan 2021-04-15 18:01:16 +05:30
  • 26e2805c3f Add option --skip-playlist-after-errors Allows to skip the rest of a playlist after a given number of errors are encountered pukkandan 2021-04-21 11:30:43 +05:30
  • 3b4775e021 [go] Fix _VALID_URL Closes #255 pukkandan 2021-04-21 15:40:55 +05:30
  • ab406a1c0e [mildom] Warn user of proxy pukkandan 2021-04-21 11:46:16 +05:30
  • a3faeb7de4 [MetadataFromField] Improve regex and add tests pukkandan 2021-04-21 11:12:04 +05:30
  • 8c54a3051d [youtube] Bugfix in _extract_ytcfg pukkandan 2021-04-21 10:37:24 +05:30
  • c32b0aab8a Improve --sub-langs (see desc) * Treat --sub-langs entries as regex * all can be used to refer to all the subtitles * the language code can be prefixed with - to exclude it * Deprecates --all-subs Closes #253 pukkandan 2021-04-20 02:47:09 +05:30
  • 3097d9e512 [mildom:user:vod] Download only necessary amount of pages pukkandan 2021-04-19 11:31:58 +05:30
  • c1df120eda [mildom:vod] Remove proxy * Proxy is needed only for live videos pukkandan 2021-04-19 11:31:24 +05:30
  • 2cff495997 [mildom] Change proxy Related: #251 Closes #252 pukkandan 2021-04-19 11:41:33 +05:30
  • d0491a1ebe [twitcasting] Fix extractor * Origin: https://twitcasting.tv must be sent when requesting the webpage. Otherwise the extracted m3u8 will always give a 502 * Fix regex for when data-movie-playlist is a dict containing the needed list * media initialization is fully supported; so change downloader to native pukkandan 2021-04-18 17:40:48 +05:30
  • b9d68c199b [rai] Add support for http formats (#208) nixxo 2021-04-17 19:12:28 +02:00
  • 155510fe81 Improve the yt-dlp.sh script (#248) Felix S 2021-04-17 15:51:25 +02:00
  • 201c145953 Update to ytdl-commit-9f6c03 pukkandan 2021-04-17 08:32:33 +05:30
  • 5d34200268 [youtube:tab] Reload with unavailable videos for all playlists pukkandan 2021-04-17 07:49:49 +05:30
  • b7da73eb19 Add option --ignore-no-formats-error * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors pukkandan 2021-04-17 05:39:58 +05:30
  • 6a39ee13f7 Fix inconsistent use of report_warning pukkandan 2021-04-16 15:31:10 +05:30
  • 33245766ab [downloader] Fix ffmpeg selection for m3u8_native pukkandan 2021-04-16 06:00:04 +05:30
  • 358de58c4d [youtube:tab] Show unavailable videos in playlists (#242) coletdjnz 2021-04-16 22:39:08 +00:00
  • a7191c6f57 Fix some linter and typos pukkandan 2021-04-16 05:30:46 +05:30
  • baa5873942 [viu:ott] Fix extractor (see desc) * add language_flag_id query param * add support for premium account (untested since I dont have a premium account) * support entire series lkho 2020-09-28 03:21:31 +08:00
  • c6ce815461 [Exec] Ensure backward compatibility when the command contains % pukkandan 2021-04-16 00:14:33 +05:30
  • 79360d99d3 [youtube] Standardize API calls for tabs, mixes and search (#245) coletdjnz 2021-04-15 11:22:59 +00:00
  • 46fff7105e [youtube] Ignore invalid stretch ratio Closes #244 pukkandan 2021-04-14 15:09:53 +05:30
  • 72e1fe969f [downloader] Fix downloader selection for m3u8 Bug introduced by: 52a8a1e1b9 and a31953b0e6 pukkandan 2021-04-14 09:57:48 +05:30
  • b5be6dd504 [TubiTv] Add TubiTvShowIE (#243) Ashish 2021-04-14 12:22:28 +05:30
  • 8ea3f7b909 [youtube] Improve channel syncid extraction to support ytcfg (#241) coletdjnz 2021-04-14 05:07:03 +00:00
  • 921b76cab8 Ensure mergeall selects best format when multistreams are disabled pukkandan 2021-04-13 10:53:25 +05:30
  • a31953b0e6 [downloader] Fix external downloader selection for m3u8 Closes #239 pukkandan 2021-04-12 22:34:11 +05:30
  • 54670cf084 [version] update pukkandan 2021-04-12 03:23:07 +05:30
  • a0f30f194a Release 2021.04.11 2021.04.11 pukkandan 2021-04-12 03:20:07 +05:30
  • b31fdeedfd [documentation] Improvements pukkandan 2021-04-11 05:52:55 +05:30
  • 8fa43c73d8 Add option --convert-thumbnails Closes: https://github.com/yt-dlp/yt-dlp/issues/99 https://github.com/yt-dlp/yt-dlp/issues/102 pukkandan 2021-04-11 03:48:52 +05:30
  • 56d868dbb7 Allow running some postprocessors before actual download pukkandan 2021-04-11 03:48:07 +05:30
  • f4f751af40 [youtube] Parse API parameters from initial webpage (#230) coletdjnz 2021-04-11 20:23:04 +00:00
  • 1988fab7e3 [youtube] Fix thumbnail URL Closes: https://github.com/yt-dlp/yt-dlp/issues/233 https://github.com/ytdl-org/youtube-dl/issues/28023 pukkandan 2021-04-11 06:03:02 +05:30
  • 9de3ea3126 Pass any field to --exec using similar syntax to output template Related: https://github.com/ytdl-org/youtube-dl/issues/28642 pukkandan 2021-04-11 05:39:55 +05:30
  • e01d6aa435 Fix mergeall when requested formats are unavailable pukkandan 2021-04-10 22:29:58 +05:30
  • f7ad71607d Update to ytdl-commit-4fb25ff pukkandan 2021-04-10 22:17:11 +05:30
  • 68379de561 [downloaders] Fix API access Bug introduced by: 52a8a1e1b9 pukkandan 2021-04-10 21:15:32 +05:30
  • d9aa233295 Deprecate more options pukkandan 2021-04-10 20:52:54 +05:30
  • f37468c41f Fix default of dynamic_mpd pukkandan 2021-04-10 20:50:36 +05:30
  • 52a8a1e1b9 Option to choose different downloader for different protocols pukkandan 2021-04-10 20:38:33 +05:30
  • d818eb7473 Improve argument parsing for -P, -o, -S pukkandan 2021-04-10 20:30:38 +05:30
  • f8d4ad9ab0 Format selector mergeall to download and merge all formats pukkandan 2021-04-10 20:10:30 +05:30
  • 3ffc7c89b0 [youtube] Fix _extract_alerts pukkandan 2021-04-09 17:44:23 +05:30
  • f1823403b0 [nebula] Add extractor (watchnebula.com) (#122) Henrik Heimbuerger 2021-04-09 13:25:33 +02:00
  • 384fb069ec [NFHSNetwork] Add extractor (#217) LE 2021-04-09 10:03:10 +00:00
  • a4ddaf231e [nitter] Fix extraction of reply tweets (#218) bopol 2021-04-08 19:03:36 +02:00
  • 7e60c06925 [bilibili] Fix uploader Related: https://github.com/yt-dlp/yt-dlp/issues/222 pukkandan 2021-04-08 13:21:02 +05:30
  • d92f5d5a90 [youtube] Extract comments' approximate timestamp (#221) coletdjnz 2021-04-07 11:37:43 +00:00
  • 9e62f283ff [utils] Add datetime_from_str to parse relative time (#221) and datetime_add_months to accurately add/subtract months colethedj 2021-04-06 18:45:15 +12:00
  • c24ce07a84 [nitter] Fix thumbnails (#216) bopol 2021-04-05 13:23:33 +02:00
  • de6758128e [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE (#213) Ashish 2021-04-05 16:20:08 +05:30
  • 73d4343e39 Fix some m3u8 not obeying --allow-unplayable-formats pukkandan 2021-04-04 17:53:26 +05:30
  • 57d104424f [version] update pukkandan 2021-04-04 03:57:29 +05:30
  • 02aabd45d0 Release 2021.04.03 2021.04.03 pukkandan 2021-04-04 03:54:01 +05:30
  • 39ed931e53 Update to ytdl-commit-654b4f4 pukkandan 2021-04-04 03:35:17 +05:30
  • b28f8d244a [YouTube] Show premium state in availability (#209) Matthew 2021-04-03 21:50:58 +13:00
  • 73cd218f5a [documentation] Improve --parse-metadata documentation pukkandan 2021-04-03 14:03:25 +05:30
  • 84601bb72b Ability to set a specific field in the file's metadata pukkandan 2021-04-03 13:59:55 +05:30
  • 54df8fc5b2 [ViewSource] Add extractor to handle view-source: pukkandan 2021-04-03 00:23:46 +05:30
  • 5d39972ed0 [mildom] Update extractor to comply with current proxy (#212) The Hatsune Daishi 2021-04-03 17:13:49 +09:00
  • 0481374e1d [DiscoveryPlus] Add discoveryplus.in (#203) pukkandan 2021-04-03 13:18:40 +05:30
  • eff635394a Ability to select nth best format Eg: -f bv*.2 pukkandan 2021-04-02 22:12:42 +05:30
  • df0c81513e [generic] Detect Invidious' link element (Closes #195) pukkandan 2021-04-01 17:13:35 +05:30
  • 3f6a90eb63 [ard:mediathek] Fix video id extraction (Closes #202) pukkandan 2021-04-01 16:17:15 +05:30
  • b050d210df Fix some typos and linter pukkandan 2021-04-01 14:16:10 +05:30
  • f4e4be19f0 [sponskrub] Run before embedding thumbnail Workaround for https://github.com/faissaloo/SponSkrub/issues/29 Closes https://github.com/yt-dlp/yt-dlp/issues/204 pukkandan 2021-04-01 14:13:24 +05:30
  • cce889b900 Update to ytdl v2021-04-01 14f29f087e pukkandan 2021-04-01 13:58:33 +05:30
  • a6ae61a4c2 [la7] Add podcasts and podcast playlists (#198) nixxo 2021-03-28 13:36:59 +02:00
  • b23b9eefd9 [version] update pukkandan 2021-03-25 04:44:22 +05:30
  • a2f0b0c672 Release 2021.03.24.1 2021.03.24.1 pukkandan 2021-03-25 04:21:58 +05:30
  • b704fc1a68 Revert commit 8562218 pukkandan 2021-03-25 04:31:25 +05:30
  • a3affbe6a0 Release 2021.03.24 2021.03.24 pukkandan 2021-03-25 04:18:37 +05:30
  • 1418a0437f Update to ytdl-commit-8562218 pukkandan 2021-03-25 04:02:37 +05:30
  • 143db31d48 Parse metadata from multiple fields pukkandan 2021-03-25 03:32:15 +05:30
  • 3700c7ef10 [linuxacadamy] Fix login pukkandan 2021-03-24 04:06:26 +05:30
  • 498f560638 Ability to load playlist infojson pukkandan 2021-03-24 01:15:53 +05:30
  • 394dcd4486 Write current epoch to infojson when using --no-clean-infojson Closes #191 pukkandan 2021-03-24 00:34:33 +05:30
  • 83b20a970d [youtube_live_chat] fix bug when trying to set cookies Closes #194 pukkandan 2021-03-23 17:53:36 +05:30
  • e1feb88fdf [niconico] Fix for when logged in pukkandan 2021-03-23 14:00:51 +05:30
  • 389b9dbbcc [version] update pukkandan 2021-03-22 03:02:45 +05:30