aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [crunchyroll] Add extractor-args `language` and `hardsub`pukkandan2021-11-052-7/+17
| | | | Closes #1516
* [youtube] Fix sorting for some videospukkandan2021-11-051-2/+2
|
* [N1] Add support for nova.rs (#1537)u-spec-png2021-11-042-8/+18
| | | Authored by: u-spec-png
* [Instagram] Improve thumbnail extraction (#1496)u-spec-png2021-11-041-2/+10
| | | Authored by: u-spec-png
* [cleanup] Minor cleanuppukkandan2021-11-049-22/+24
|
* [ffmpeg] Detect libavformat version for `aac_adtstoasc`pukkandan2021-11-043-4/+15
| | | | | and print available features in verbose head Based on https://github.com/ytdl-org/youtube-dl/pull/29581
* [ffmpeg] Accurately detect presence of settspukkandan2021-11-041-4/+6
| | | | Closes #1237
* [ExtractAudio] Use `libfdk_aac` if availableCrypticSignal2021-11-041-1/+6
| | | | | Closes #1502 Authored by: CrypticSignal
* [ffmpeg] Framework for feature detectionpukkandan2021-11-043-42/+55
| | | | Related: #1502, #1237, https://github.com/ytdl-org/youtube-dl/pull/29581
* [ExtractAudio] Rescale --audio-quality correctlypukkandan2021-11-044-17/+28
| | | | Authored by: CrypticSignal, pukkandan
* [fragment] Fix progress display in fragmented downloadspukkandan2021-11-032-3/+13
| | | | Closes #1517
* [youtube] Remove unnecessary no-playlist warningpukkandan2021-11-031-42/+41
|
* [utils] Parse `vp09` as vp9pukkandan2021-11-031-9/+8
|
* [jsinterp] Handle default in switch betterpukkandan2021-11-033-10/+33
|
* [Instagram] Fix incorrect resolution (#1494)u-spec-png2021-10-311-2/+2
| | | Authored by: u-spec-png
* [vk] Fix login (#1495)kaz-us2021-10-311-1/+1
| | | | Closes #1459 Authored by: kaz-us
* [docs,cleanup] Improve docs and minor cleanuppukkandan2021-10-3110-66/+93
| | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
* [youtube] refactor itag processingpukkandan2021-10-311-33/+23
|
* [linkedin] Don't login multiple timespukkandan2021-10-311-0/+6
|
* [vk] Add subtitles (#1480)kaz-us2021-10-311-0/+8
| | | Authored by: kaz-us
* [Olympics] Fix extractor (#1483)u-spec-png2021-10-311-29/+44
| | | Authored by: u-spec-png
* [PlanetMarathi] Add extractor (#1484)Ashish Gupta2021-10-312-0/+77
| | | Authored by: Ashish0804
* [Instagram] Add login to playlist (#1488)u-spec-png2021-10-311-52/+56
| | | Authored by: u-spec-png
* [ceskatelevize] Fix extractor (#1489)Marcel2021-10-312-76/+51
| | | Authored by: flashdagger
* [youtube] Fix throttling by decrypting n-sig (#1437)pukkandan2021-10-315-150/+550
|
* [instagram] Add more formats when logged in (#1487)u-spec-png2021-10-311-4/+8
| | | Authored by: u-spec-png
* [VLive] Add upload_date and thumbnail (#1486)Ashish Gupta2021-10-302-3/+15
| | | | Closes #1472 Authored by: Ashish0804
* [mtv] Fix some videos (#1453)Sipherdrakon2021-10-301-4/+8
| | | | Partial fix for #713 Authored by: Sipherdrakon
* [generic] Detect more json_ldpukkandan2021-10-301-2/+1
| | | | Closes #1475
* [generic] parse jwplayer with only the json URLpukkandan2021-10-301-0/+22
| | | | Closes #1476
* [FormatSort] Fix some fields' defaultspukkandan2021-10-301-3/+3
| | | | Closes #1479
* [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