aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [mediaset] Add playlist support (#1463)nixxo2021-10-302-1/+86
| | | | Closes #1372 Authored by: nixxo
* [Coub] Fix media format identification (#1469)Luc Ritchie2021-10-291-1/+2
| | | Authored by: wlritchi
* [MLSScoccer] Add extractor (#1452)Ashish Gupta2021-10-282-0/+119
| | | | Authored by: Ashish0804 Closes #1451
* [itv] Add support for ITV News (#1456)ajj82021-10-281-14/+20
| | | Authored by: ajj8
* [viewlift] Fix typo in 5be76d1ab7fed65a5894b221c7b7f896a18fc820pukkandan2021-10-281-75/+75
|
* [utils] Add `jwt_decode_hs256`pukkandan2021-10-281-0/+7
| | | | | Code from #1340 Authored by: Ashish0804
* [viewlift] Add cookie-based login and series supportpukkandan2021-10-281-46/+146
| | | | | Closes #1340, #1316 Authored by: Ashish0804, pukkandan
* [sky] Add `SkyNewsStoryIE` (#1443)ajj82021-10-272-0/+29
| | | Authored by: ajj8
* [wakanim] Detect geo-restriction (#1429)nyuszika7h2021-10-261-0/+7
| | | Authored by: nyuszika7h
* [wakanim] Add support for MPD manifests (#1428)nyuszika7h2021-10-261-6/+12
| | | | Closes #1426 Authored by: nyuszika7h
* [compat] Don't create console in `windows_enable_vt_mode`pukkandan2021-10-261-1/+4
| | | | Closes #1420
* [3speak] Add extractors (#1430)Ashish Gupta2021-10-262-0/+101
| | | | Closes #1421 Authored by: Ashish0804
* [twitter] Do not sort by codecpukkandan2021-10-261-1/+1
| | | | Closes #1431
* [extractor] Fix some errors being converted to `ExtractorError`pukkandan2021-10-262-6/+16
|
* [utils] Create `DownloadCancelled` exceptionpukkandan2021-10-262-19/+24
| | | | | | as super-class of ExistingVideoReached, RejectedVideoReached, MaxDownloadsReached Third parties can also sub-class this to cancel the download queue from a hook
* [downloader/ffmpeg] Fix vtt download with ffmpegpukkandan2021-10-261-0/+1
|
* [outtmpl] Add type `link` for internet shortcut filespukkandan2021-10-263-46/+39
| | | | | and refactor related code Closes #1405
* [utils] Sanitize URL when determining protocolpukkandan2021-10-261-1/+1
| | | | Closes #1406
* [DiscoveryPlus] Allow language codes in URLpukkandan2021-10-261-1/+4
| | | | Closes #1425
* [Bilibili:comments] Fix infinite loop (#1423)u-spec-png2021-10-261-2/+4
| | | | Closes #1412 Authored by: u-spec-png
* [instagram] Fix bug in ab2ffab22d02d530e0b46f9e361ff53a2139898b (#1403)u-spec-png2021-10-241-0/+2
| | | Authored by: u-spec-png
* Approximate filesize from bitratepukkandan2021-10-241-0/+4
| | | | Closes #1400
* [youtube] Populate `thumbnail` with the best "known" thumbnailpukkandan2021-10-241-1/+6
| | | | Closes #402, Related: https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-950290624
* Separate `--check-all-formats` from `--check-formats`pukkandan2021-10-243-56/+71
| | | | Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails
* [cleanup] Add keyword automatically to SearchIE descriptionspukkandan2021-10-2314-73/+80
| | | | and some minor cleanup of docs
* [minicurses] Add more colorspukkandan2021-10-234-47/+161
|
* [Nrk] See desc (#1382)Alf Marius2021-10-231-2/+2
| | | | | | * Endpoint has changed. Currently the old one redirects to the new one, but this may change * Descriptions use \r instead of \n. So translate it Authored by: fractalf
* [version] updatepukkandan2021-10-226-12/+12
| | | | :ci skip all
* Release 2021.10.22pukkandan2021-10-234-5/+95
|
* [cleanup] miscpukkandan2021-10-2317-69/+104
|
* [vlive:channel] Fix extractionpukkandan2021-10-221-120/+99
| | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/29866 Closes #749, #927, https://github.com/ytdl-org/youtube-dl/issues/29837 Authored by kikuyan, pukkandan
* [cookies] Local State should be opened as utf-8pukkandan2021-10-221-1/+1
| | | | Closes #1276
* [CBC] Support CBC Gem member content (#1294)makeworld2021-10-221-24/+86
| | | Authored by: makeworld-the-better-one
* [CBC] Fix Gem livestream (#1289)makeworld2021-10-221-12/+12
| | | Authored by: makeworld-the-better-one
* [Instagram] Add login (#1288)u-spec-png2021-10-221-1/+43
| | | Authored by: u-spec-png
* [patreon] Fix vimeo player regex (#1332)zenerdi0de2021-10-221-1/+1
| | | | Closes #1323 Authored by: zenerdi0de
* [vimeo] Fix embedded `player.vimeo` URLpukkandan2021-10-221-129/+101
| | | | | Closes #1138, partially fixes #1323 Cherry-picked from upstream commit 3ae9c0f410b1d4f63e8bada67dd62a8d2852be32
* [microsoftstream] Add extractor (#1201)Damiano Amatruda2021-10-224-4/+133
| | | | | Based on: https://github.com/ytdl-org/youtube-dl/pull/24649 Fixes: https://github.com/ytdl-org/youtube-dl/issues/24440 Authored by: damianoamatruda, nixklai
* [tagesschau] Fix extractor (#1227)u-spec-png2021-10-222-222/+62
| | | | Closes #1124 Authored by: u-spec-png
* [SponsorBlock] Obey `extractor-retries` and `sleep-requests`pukkandan2021-10-221-10/+23
|
* Re-implement deprecated option `--id`pukkandan2021-10-223-6/+13
| | | | | Despite `--title`, `--literal` etc being deprecated, `--id` is still documented in youtube-dl and so should be kept
* [AdobePass] Fix RCN MSO (#1349)jfogelman2021-10-221-2/+2
| | | Authored by: jfogelman
* [build] Refactor `pyinst.py` and misc cleanuppukkandan2021-10-215-128/+156
| | | | Closes #1361
* [build] Release windows exe built with py2exepukkandan2021-10-214-13/+39
| | | | | Closes: #855 Related: #661, #705, #890, #1024, #1160
* [build] Enable lazy-extractors in releasespukkandan2021-10-214-14/+31
| | | | | Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable lazy extractor loading
* [build] Build standalone MacOS packages (#1221)Ricardo2021-10-214-71/+175
| | | | Closes #1075 Authored by: smplayer-dev
* [docs] Migrate issues to use forms (#1302)Ashish Gupta2021-10-2126-635/+606
| | | Authored by: Ashish0804
* Don't create console for subprocesses on Windows (#1261)pukkandan2021-10-2010-58/+63
| | | Closes #1251
* [fragment] Print error message when skipping fragmentpukkandan2021-10-192-6/+7
|
* Revert "[fragments] Pad fragments before decrypting (#1298)"pukkandan2021-10-191-2/+1
| | | | This reverts commit 373475f03553a7fff2d20df878755bfad2fab8e5.