aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [aes] Improve performance slightly (#1135)Ákos Sülyi2021-10-031-39/+13
| | | Authored by: sulyi
* [extractor] Extract storyboards from SMIL manifests (#1128)Felix S2021-10-033-12/+56
| | | Authored by: fstirlitz
* [Theta] Add video extractor (#1137)Aleri Kaisattera2021-10-022-3/+42
| | | Authored by: alerikaisattera
* [adobepass] Add RCN as MSO (#1129)jfogelman2021-09-301-0/+5
| | | Authored by: jfogelman
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-3014-39/+55
|
* [docs] Add note about our custom ffmpeg buildspukkandan2021-09-301-1/+4
|
* [postprocessor] Add plugin supportpukkandan2021-09-3011-48/+94
| | | | Adds option `--use-postprocessor` to enable them
* [reddit] Fix 429 by generating a random `reddit_session`pukkandan2021-09-301-9/+17
| | | | | | Related: a76e2e0f8898c06939b6a123fa863ab8876cfa20, #1014, https://github.com/ytdl-org/youtube-dl/issues/29986 Original PR: https://github.com/ytdl-org/youtube-dl/pull/30017 Authored by: AjaxGb
* Allow empty output template to skip a type of filepukkandan2021-09-303-133/+149
| | | | Closes #760, #1111
* [embedsubtitle] Fix error when duration is unknownpukkandan2021-09-301-1/+1
|
* [build] Add more files to the tarballpukkandan2021-09-301-6/+6
| | | | Closes #1099
* [Gettr] Add extractor (#1120)i6t2021-09-292-0/+111
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29589 Authored by: i6t
* [bbc] Extract better quality videos (#1113)ajj82021-09-291-1/+1
| | | | | mobile-tablet-main only provides 540p25, so it shouldn't be used for the first attempt. Instead pc provides up to 720p50 Authored by: ajj8
* Workaround for bug in `ssl.SSLContext.load_default_certs` (#1118)pukkandan2021-09-291-19/+25
| | | | | | | | * Remove old compat code * Load certificates only when not using nocheckcertificate * Load each certificate individually Closes #1060 Related bugs.python.org/issue35665, bugs.python.org/issue4531
* [HLS] Fix decryption issues (#1117)shirt2021-09-292-8/+15
| | | | | | | * Unpad HLS fragments with PKCS#7 according to datatracker.ietf.org/doc/html/rfc8216 * media_sequence should only be incremented in for media fragments * The native decryption should only be used if ffmpeg is unavailable since it is significantly slower. Closes #1086 Authored by: shirt-dev, pukkandan
* [LinkedInLearning] Fix newline bug in subtitles (#1104)Ashish Gupta2021-09-281-3/+3
| | | Authored by: Ashish0804
* [ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)shirt2021-09-281-1/+1
| | | | | Fixes: #618, #998, #1039 Authored by: shirt-dev
* [Rumble] Add RumbleChannelIE (#1088)Ashish Gupta2021-09-282-2/+40
| | | Authored by: Ashish0804
* [SovietsCloset] Add duration from m3u8 (#908)ChillingPepper2021-09-282-0/+28
| | | Authored by: ChillingPepper
* [N1] Add extractor (#1080)u-spec-png2021-09-282-0/+137
| | | Authored by: u-spec-png
* Fix `--flat-playlist` when neither IE nor id is knownpukkandan2021-09-271-1/+1
|
* [update] Check for new version even if not updateablepukkandan2021-09-271-18/+18
|
* [outtmpl] Alternate form of format type `l` for `\n` delimited listpukkandan2021-09-274-3/+7
|
* [vidme] Remove extractor (#1095)Aleri Kaisattera2021-09-273-307/+0
| | | Authored by: alerikaisattera
* [reddit] Add embedded url (#1090)u-spec-png2021-09-261-1/+4
| | | Authored by: u-spec-png
* [Veo] Add extractor (#1084)i6t2021-09-262-0/+75
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29445 Authored by: i6t
* [PolskieRadio] Fix extractors (#1082)u-spec-png2021-09-261-9/+38
| | | | Closes #1033 Authored by: jakubadamw, u-spec-png
* [outtmpl] Format type `U` for unicode normalizationpukkandan2021-09-264-16/+27
|
* [cookies] Fix keyring fallback (#1078)Matt Broadway2021-09-251-7/+12
| | | | | | The password returned by `security find-generic-password` has a newline at the end Closes #1073 Authored by: mbway
* [LinkedInLearning] Add subtitles (#1077)Ashish Gupta2021-09-251-1/+24
| | | | Authored by: Ashish0804 Closes #1072
* [Newgrounds] Fix view count on songs (#1071)u-spec-png2021-09-251-1/+1
| | | Authored by: u-spec-png
* [version] updatepukkandan2021-09-256-13/+13
| | | | :ci skip all
* Release 2021.09.25pukkandan2021-09-254-16/+171
|
* [build] Fix brew tappukkandan2021-09-251-16/+16
|
* Allow `0` in `--playlist-items`pukkandan2021-09-252-1/+5
|
* [zdf] Improve format sortingpukkandan2021-09-241-20/+22
| | | | Closes #910
* [SpankBang] Fix uploader (#892)f4pp3rk1ng2021-09-241-12/+14
| | | | Closes #833 Authored by: f4pp3rk1ng, coletdjnz
* [build] Improve release process (#880)pukkandan2021-09-245-82/+162
| | | | | | | | * Automate more of the release process by animelover1984, pukkandan - closes #823 * Fix sha256 by nihil-admirari - closes #385 * Bring back brew taps by nao20010128nao #865 * Provide `--onedir` zip for windows by pukkandan - Closes #1024, #661, #705 and #890 Authored by: pukkandan, animelover1984, nihil-admirari, nao20010128nao
* [Arte] Improve description extraction (#1046)renalid2021-09-241-1/+1
| | | Authored by: renalid
* [Theta] Add extractor (#1068)Aleri Kaisattera2021-09-242-0/+52
| | | Authored by: alerikaisattera
* [youtube] Cleanup authentication code (#786)coletdjnz2021-09-242-70/+62
| | | Authored by: coletdjnz
* [xattr] bugfix for b19404591a8ad4d0c7e962931ea809221e3f0b8epukkandan2021-09-241-0/+1
|
* Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan2021-09-247-19/+32
| | | | | | | | | | | | | | In youtube-dl, `-i` ignores both download and post-processing error, and treats the download as successful even if the post-processor fails. yt-dlp used to skip the entire video on either error and there was no option to ignore the post-processing errors like youtube-dl does. By splitting the option into two, now either just the download errors (--no-abort-on-error, default on CLI) or all errors (--ignore-errors) can be ignored as per the users' needs Closes #893
* Ignore empty entries in `_list_from_options_callback`pukkandan2021-09-241-1/+1
|
* Download subtitles in order of `--sub-langs`pukkandan2021-09-241-9/+13
| | | | Closes #1041
* [cbs] Report appropriate error for DRMpukkandan2021-09-241-0/+6
| | | | Closes #1056
* bugfix for bd50a52b0d7247cdbf205eb851ce33ae4b89c516pukkandan2021-09-241-3/+2
|
* [youtube] Fix `--mark-watched` with `--cookies-from-browser`pukkandan2021-09-241-3/+5
| | | | Closes #1019
* [lbry] Show error message from API responsepukkandan2021-09-241-2/+7
|
* [Koo] Add extractor (#1044)Ashish Gupta2021-09-232-0/+117
| | | Authored by: Ashish0804