aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [outtmpl] Alternate form for `D` and fix suffix's casepukkandan2021-12-304-6/+12
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/2085#issuecomment-1002247689, https://github.com/yt-dlp/yt-dlp/pull/2132/files#r775729811
* [cookies] Fix bug when keyring is unspecifiedpukkandan2021-12-301-1/+1
| | | | Closes #2167
* Allow escaped `,` in `--extractor-args`pukkandan2021-12-301-1/+2
| | | | Closes #2152
* [TikTok] Change app version (#2161)MinePlayersPE2021-12-301-5/+47
| | | | Closes #2133, #2135 Authored by: MinePlayersPE, llacb47
* [Drooble] Add extractor (#1547)u-spec-png2021-12-292-0/+117
| | | | Closes #1527 Authored by: u-spec-png
* [Instagram] Add story/highlight extractor (#2006)u-spec-png2021-12-292-0/+75
| | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/25575 Authored by: u-spec-png
* [TikTok] Fallback to feed API endpoint (#2142)MinePlayersPE2021-12-281-4/+12
| | | | Authored by: MinePlayersPE Workaround for #2133
* Allow unicode characters in `info.json`pukkandan2021-12-281-1/+1
| | | | Closes #2139
* [utils] Fix `format_bytes` output for Bytes (#2132)Pierre Mdawar2021-12-282-2/+15
| | | | Authored by: pukkandan, mdawar
* Don't treat empty containers as `None` in `sanitize_info`pukkandan2021-12-281-2/+1
|
* [gfycat] Fix `uploader`pukkandan2021-12-281-4/+24
|
* [version] updategithub-actions2021-12-276-15/+15
| | | | | | Created by: pukkandan :ci skip all
* Release 2021.12.27pukkandan2021-12-273-1/+25
|
* [docs] Add examples for using `TYPES:` in `-P`/`-o`pukkandan2021-12-272-3/+10
|
* [cookies] Support other keyrings (#2032)Matt Broadway2021-12-276-89/+343
| | | Authored by: mbway
* [aria2c] Don't show progress when `--no-progress`pukkandan2021-12-271-0/+1
|
* [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if availablepukkandan2021-12-271-33/+38
|
* [ThumbnailsConvertor] Fix for when there are no thumbnailspukkandan2021-12-271-3/+3
| | | | Closes #2125
* [Zee5] Fix VALID_URL for tv-showsAshish Gupta2021-12-261-27/+28
|
* [youtube] End `live-from-start` properly when stream ends with 403pukkandan2021-12-262-18/+27
| | | | Closes #2089
* [tiktok] Fix `extractor_key` used in archivepukkandan2021-12-261-2/+2
|
* [TikTok] Add music, sticker and tag IEs (#2119)MinePlayersPE2021-12-262-0/+111
| | | | Closes #1752 Authored by: MinePlayersPE
* Avoid recursion error when re-extracting infopukkandan2021-12-261-24/+26
|
* [BiliIntl] Fix extractor (#2077)MinePlayersPE2021-12-261-59/+79
| | | | Closes #1744 Authored by: MinePlayersPE
* [PixivSketch] Add extractors (#2104)The Hatsune Daishi2021-12-262-0/+126
| | | Authored by: nao20010128nao
* [generic] Fix HTTP KVS Player (#2111)git-anony-mouse2021-12-251-1/+13
| | | Authored by: git-anony-mouse
* [ffmpeg] Fix position of `--ppa`pukkandan2021-12-251-2/+2
| | | | | Bug in ca5db158aecc36a3db41faa85a26e7d931b5d72b Closes #2112
* [CBC] Fix URL regexpukkandan2021-12-251-1/+2
| | | | Closes #2110
* [version] updategithub-actions2021-12-256-15/+15
| | | | | | Created by: pukkandan :ci skip all
* Release 2021.12.25pukkandan2021-12-259-14/+204
|
* [dplay] Temporary fix for `discoveryplus.com/it`pukkandan2021-12-252-1/+14
| | | | Closes #2073
* [docs] Minor fixespukkandan2021-12-254-6/+28
|
* [utils] Improve `parse_count`pukkandan2021-12-252-2/+17
|
* [GameJolt] Add extractors (#2036)MinePlayersPE2021-12-254-2/+553
| | | Authored by: MinePlayersPE
* [Steam] Fix extractor (#2029)u-spec-png2021-12-251-79/+61
| | | | Closes #1992 Authored by: u-spec-png
* [OpenCast] Add extractors (#1905)Benedikt Wildenhain2021-12-254-2/+183
| | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/26934 Authored by: bwildenhain, C0D3D3V
* [dropout] Add extractor (#2045)Sonic2021-12-242-0/+216
| | | Authored-by: TwoThousandHedgehogs, pukkandan
* [youtube:tab] Extract video thumbnails from playlist (#2096)coletdjnz2021-12-241-39/+34
| | | | closes #1184 Co-Authored-by: coletdjnz, pukkandan
* [npr] Make SMIL extraction non-fatal (#2099)siddharth2021-12-242-2/+3
| | | | Closes #1934 Authored by: r5d
* [RCTIPlusSeries] Lazy extraction and video type selection (#2050)MinePlayersPE2021-12-241-47/+76
| | | Authored by: MinePlayersPE
* [Instagram] Try bypassing login wall with embed page (#2095)MinePlayersPE2021-12-241-4/+13
| | | Authored by: MinePlayersPE
* [utils] Fix parsing `YYYYMMDD` dates in Nov/Dec (#2094)Luc Ritchie2021-12-241-0/+1
| | | | | | | | | | | | The date format `%Y%m%d%H%M` will successfully match against one-digit month, day, hour, and minute strings, even though %m et al. are documented as being zero-padded. So dates without time in Nov/Dec may be wrongly parsed as dates in January with time. This commit adds a format string of `%Y%m%d` to our supported date format strings directly below (higher priority) its problematic relatives. Closes #2076 Authored by: wlritchi
* Fix bug in 1cefca9e440f343281779e47720128e9614cf147pukkandan2021-12-231-2/+2
| | | | Fixes https://github.com/ytdl-patched/ytdl-patched/issues/11
* [outtmpl] Change filename sanitization type to `S`pukkandan2021-12-233-6/+6
| | | | | `F` is already used for float! Bug in e0fd95737d1a3c4a2bfb470c5408a396c8545ca5
* [LBRY] Support livestreams (#2062)Ashish Gupta2021-12-231-15/+25
| | | | Closes #2054 Authored by: Ashish0804, pukkandan
* Add option `--file-access-retries` (#2066)Emanuel Hoogeveen2021-12-238-13/+37
| | | | Closes #517 Authored by: ehoogeveen-medweb
* [NJPWWorld] Extract formats from m3u8 (#2075)aarubui2021-12-231-7/+2
| | | Authored by: aarubui
* [cleanup] Misc cleanuppukkandan2021-12-2330-68/+109
| | | | Closes #1942 #1976 #2020 #2058 #1984
* [outtmpl] Add alternate forms `F`, `D`pukkandan2021-12-234-29/+47
| | | | | | | | | and improve `id` detection F = sanitize as filename (# = restricted) D = add Decimal suffixes Closes #2085, 2081
* [dash] Fix `--test`pukkandan2021-12-231-1/+1
| | | | Bug in adbc4ec4bbfbe57842049cf9194384480f534859