aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated from upstream | 12/03/2022 at 06:42Jesús2022-03-121-3/+3
|\
| * [extractor] Support merging subtitles with datacoletdjnz2022-03-121-3/+3
| | | | | | | | Authored-by: coletdjnz
* | updated from upstream | 12/03/2022 at 06:05Jesús2022-03-1245-766/+1922
|\|
| * [cleanup] Minor cleanuppukkandan2022-03-114-17/+8
| | | | | | | | Closes #3006
| * Protect stdout from unexpected progress and console-titlepukkandan2022-03-112-36/+43
| | | | | | | | Closes #3023
| * Remove incorrect warning for `--dateafter`pukkandan2022-03-111-3/+4
| | | | | | | | Closes #3030
| * [MetadataParser] Validate outtmpl earlypukkandan2022-03-111-2/+6
| |
| * Fix case of `http_headers`pukkandan2022-03-111-1/+1
| | | | | | | | | | | | Bug in 8b7539d27c0a47d8d08e0522bdb66c571483377b Fixes https://github.com/yt-dlp/yt-dlp/issues/1346#issuecomment-1064527765
| * [PokemonSoundLibrary] Add extractor (#3001)Lesmiscore (Naoya Ozaki)2022-03-102-0/+41
| | | | | | Authored by: Lesmiscore
| * [Zingmp3] Fix signature (#3004)Ha Tien Loi2022-03-091-6/+26
| | | | | | Authored by: hatienl0i261299
| * Fix `--sleep-interval`pukkandan2022-03-101-2/+5
| | | | | | | | | | | | Bug in d1b5f70bc9f9dcda1544b88b42ecc25f7f7aa1c7 Closes #3012
| * Fix `--throttled-rate`pukkandan2022-03-101-1/+1
| | | | | | | | | | | | Typo in d1b5f70bc9f9dcda1544b88b42ecc25f7f7aa1c7 Closes #2996
| * [MangoTV] Improve extractor (#2971)Ha Tien Loi2022-03-091-3/+56
| | | | | | Authored by: hatienl0i261299
| * Fix `--print` with `--ignore-no-formats` when url is `None` (#3000)MMM2022-03-091-1/+1
| | | | | | Authored by: flashdagger
| * [openrec] Refactor extractors (#2941)Lesmiscore (Naoya Ozaki)2022-03-091-42/+26
| | | | | | Authored by: Lesmiscore
| * [utils] ExtractorError: Fix for older python versionspukkandan2022-03-091-1/+1
| | | | | | | | Closes #2993
| * [build] Add `requirements.txt` to pip distributionspukkandan2022-03-091-0/+1
| | | | | | | | Closes #2995
| * [panopto] Add extractors (#2908)coletdev2022-03-085-3/+465
| | | | | | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/13449 Closes #1946 Authored by: coletdjnz, kmark
| * [utils] Add `get_first`pukkandan2022-03-094-11/+11
| |
| * [version] updategithub-actions2022-03-086-15/+15
| | | | | | | | | | | | Created by: pukkandan :ci skip all
| * Release 2022.03.08.1pukkandan2022-03-091-0/+5
| |
| * [build] Fix bug in 08d30158ec8e7e08c1d83dcfde6dba18c95b2640pukkandan2022-03-091-2/+2
| |
| * [cleanup] Refactor `__init__.py` (#2570)pukkandan2022-03-084-395/+414
| | | | | | | | | | * Split `__init__` code into multiple functions * Clean up validation code by grouping similar types of options * Expose `parse_options` to third parties
| * [version] updategithub-actions2022-03-097-19/+19
| | | | | | | | | | | | Created by: pukkandan :ci skip all
| * Release 2022.03.08pukkandan2022-03-093-5/+192
| |
| * [Rokfin] Fix `availability` (#1534)P-reducible2022-03-081-2/+2
| | | | | | Authored by: P-reducible
| * [youtube] Further de-prioritize 3gp formatpukkandan2022-03-081-1/+2
| |
| * [cleanup, docs] Misc cleanuppukkandan2022-03-0820-87/+114
| | | | | | | | Closes #2828, closes #2734, closes #2802, closes #2937
| * [xinpianchang] Add extractor (#2963)Ha Tien Loi2022-03-082-0/+96
| | | | | | Authored by: hatienl0i261299
| * [fptplay] Add extractor (#2949)Ha Tien Loi2022-03-082-0/+103
| | | | | | | | Closes #2857 Authored by: hatienl0i261299
| * [peertube] Add media.fsfe.org (#2986)Max Mehl2022-03-081-0/+1
| | | | | | Authored by: mxmehl
| * [ccma] Fix timestamp parsing (#2989)nyuszika7h2022-03-081-11/+2
| | | | | | Authored by: nyuszika7h
| * Add brotli content-encoding support (#2433)coletdev2022-03-087-4/+36
| | | | | | Authored by: coletdjnz
| * [adobepass] Add Suddenlink MSO (#2977)CplPwnies2022-03-081-0/+51
| | | | | | | | Closes #2704 Authored by: CplPwnies
| * [mildom] Fix linterLesmiscore2022-03-081-1/+0
| |
| * [mildom] Rework extractors (#2940)Lesmiscore (Naoya Ozaki)2022-03-082-159/+137
| | | | | | Authored by: Lesmiscore
| * [ard] Fix valid URLpukkandan2022-03-081-5/+14
| | | | | | | | Partial fix for #2975
| * [youtube] Prefer UTC upload date for videos (#2223)coletdev2022-03-081-4/+99
| | | | | | | | | | | | Except for live/scheduled streams/premieres. Closes #1881 Related: #2402 Authored-by: coletdjnz
| * [utils] Better traceback for `ExtractorError`pukkandan2022-03-082-4/+5
| |
| * [nrk] Add fallback APIpukkandan2022-03-081-3/+8
| | | | | | | | Closes #1891
| * [build] Update pyinstaller to 4.10shirt2022-03-071-3/+3
| |
| * [utils] render_table: Fix character calculation for removing extra gapLesmiscore2022-03-061-1/+1
| | | | | | | | without this fix, the column next to delimiter will lack leading spaces on terminal (see https://github.com/yt-dlp/yt-dlp/pull/920#issuecomment-1059914615 for the situation)
* | updated from upstream | 06/03/2022 at 01:41Jesús2022-03-0628-248/+1074
|\|
| * [youtube] Fix automatic captionspukkandan2022-03-051-3/+8
| | | | | | | | Closes #2956
| * [tumblr] Fix extractor (#2883)foghawk2022-03-041-86/+264
| | | | | | Authored by: foghawk
| * [ant1newsgr] Add extractor (#1982)Zenon Mousmoulas2022-03-046-19/+181
| | | | | | Authored by: zmousm
| * Update to ytdl-commit-6508688pukkandan2022-03-0521-140/+621
| | | | | | | | | | | | | | | | | | | | | | | | Make default upload_/release_date a compat_str https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Except: * "[NDR] Overhaul NDR and NJoy extractors" https://github.com/ytdl-org/youtube-dl/pull/30531 - https://github.com/ytdl-org/youtube-dl/commit/01824d275bfa7efbaca274b38c1ddc2b03f12f5d - https://github.com/ytdl-org/youtube-dl/commit/39a98b09a2acf50dc64bc41185be723b98e740b9 - https://github.com/ytdl-org/youtube-dl/commit/f0a05a55c2ee512880546c056cfbec5ad3399798 - https://github.com/ytdl-org/youtube-dl/commit/4186e817772d49d6f66b07c5ac8c248f026a6446
* | updated from upstream | 05/03/2022 at 00:59Jesús2022-03-0521-125/+393
|\|
| * [VideocampusSachsen] Add extractors (#2787)FestplattenSchnitzel2022-03-042-0/+100
| | | | | | Authored by: FestplattenSchnitzel
| * Implement `--add-header` without modifying `std_headers`pukkandan2022-03-0410-29/+28
| | | | | | | | Closes #2526, #1614