aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [docs] Improve issue templatespukkandan2022-06-3014-309/+267
|
* [update] Do not check `_update_spec` when up to datepukkandan2022-06-301-0/+4
|
* [build] Fix bug in 6d916fe709a38e8c4c69b73843acf170b5165931pukkandan2022-06-301-0/+4
|
* [build] Consistent order for lazy extractors (#4220)Chris Lamb2022-06-291-1/+1
| | | Authored by: lamby
* [version] updategithub-actions2022-06-297-16/+16
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.06.29pukkandan2022-06-295-3/+55
|
* [cleanup] Misc cleanuppukkandan2022-06-2910-64/+65
|
* [extractor] Fix empty `BaseURL` in MPDpukkandan2022-06-291-1/+2
| | | | Closes #4113
* [update] Ability to set a maximum version for specific variantspukkandan2022-06-294-30/+81
|
* [build] Draft release until completepukkandan2022-06-291-3/+16
| | | | | | Related: #4133 :ci skip
* [extractor/livestreamfails] Add extractor (#4204)nomevi2022-06-292-0/+35
| | | Authored by: nomevi
* Fix bug in 6d916fe709a38e8c4c69b73843acf170b5165931 (#4219)Stefan Lobbenmeier2022-06-291-0/+3
| | | | | Update only to legacy version on old MacOS Authored by: StefanLobbenmeier
* [extractor/ViMP] Add playlist extractor (#4147)FestplattenSchnitzel2022-06-292-2/+74
| | | Authored by: FestplattenSchnitzel
* [extractor/steam] Add broadcast extractor (#4137)HobbyistDev2022-06-282-1/+51
| | | | | Closes #4083 Authored by: HobbyistDev
* [build] Standalone x64 builds for MacOS 10.9 (#4106)Stefan Lobbenmeier2022-06-282-1/+50
| | | Authored by: StefanLobbenmeier
* [extractor/Scrolller] Add extractor (#4010)Abubukker Chaudhary2022-06-282-0/+105
| | | | Closes #3635 Authored by: LunarFang416
* [cleanup] Fix some typos (#4194)crazymoose777562022-06-2615-27/+27
| | | Authored by: crazymoose77756
* [exractor/lbry] Use HEAD request for redirect URL (#4181)MMM2022-06-261-13/+29
| | | | | and misc cleanup Authored by: flashdagger
* [extractor/mediaset] Improve `_VALID_URL`pukkandan2022-06-261-1/+4
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4141#issuecomment-1166521057
* [extractor/ertflix] Improve `_VALID_URL`pukkandan2022-06-261-1/+4
| | | | Closes #4180
* [extractor/CWTV] Extract thumbnail (#4185)ischmidt202022-06-251-0/+1
| | | Authored by: ischmidt20
* Sanitize `chapters`pukkandan2022-06-261-0/+9
| | | | Closes #4182
* [hls] Warn user when trying to download live HLSpukkandan2022-06-261-3/+9
| | | | We do not automatically switch to ffmpeg because the detection is not 100% accurate
* [extractor/premiershiprugby] Add extractor (#4129)HobbyistDev2022-06-252-0/+40
| | | | Closes #2980 Authored by: HobbyistDev
* [extractor] Fix `_create_request` when headers is Nonepukkandan2022-06-252-7/+7
| | | | Closes #4164
* [extractor/ViMP] Add thumbnail and support more sites (#4147)FestplattenSchnitzel2022-06-251-5/+22
| | | | Authored by: FestplattenSchnitzel
* [extractor/fuyin] Add extractor (#4151)HobbyistDev2022-06-252-0/+31
| | | | | Closes #2871 Authored by: HobbyistDev
* [options] Fix `parse_known_args` for `--`pukkandan2022-06-251-1/+12
| | | | Closes #4167
* [compat] Remove deprecated functions from core codepukkandan2022-06-2530-245/+203
|
* [cleanup] Consistent style for file headspukkandan2022-06-2555-56/+143
|
* [compat] Remove more functionspukkandan2022-06-2559-484/+390
| | | | Removing any more will require changes to a large number of extractors
* [compat] Fix `compat.WINDOWS_VT_MODE`pukkandan2022-06-253-16/+24
|
* Fix `section_end` of clipspukkandan2022-06-251-1/+1
| | | | Closes #4165
* [utils] Fix inconsistent default handling between HTTP and HTTPS requests ↵coletdev2022-06-241-1/+1
| | | | | | | | | (#4158) Default headers such as `Content-Type` were only being added for HTTPS requests among other handling. Fixes bug in https://github.com/ytdl-org/youtube-dl/commit/be4a824d74add1a3b78b8244dff12f4f078f168a Authored-by: coletdjnz
* [extractor/youtube] Mark videos as fully watched (#4146)Brett8242022-06-231-24/+39
| | | | | | * Also fixes videos appearing as shorts in watch history Closes #2555 Authored by: Brett824
* [extractor/dropout] Support cookies and login only as needed (#4075)Jelle Besseling2022-06-231-7/+7
| | | | Closes #4035 Authored by: pingiun, pukkandan
* [extractor, cleanup] Reduce direct use of `_downloader`pukkandan2022-06-2316-32/+40
|
* [ffmpeg] Write full output to debug on errorpukkandan2022-06-231-0/+1
| | | | Bug in f0c9fb96827ff798a48626e7e5d32a9c5de7b97e
* [extractor/tennistv] Rewrite extractor (#2324)zenerdi0de2022-06-221-66/+113
| | | | Closes #2177 Authored by: zenerdi0de, pukkandan
* [extractor/npr] Implement e50c3500b43d80e4492569c4b4523c4379c6fbb2 differentlypukkandan2022-06-232-33/+25
| | | | Closes #4141
* Fix `--downloader native`pukkandan2022-06-221-0/+2
| | | | Bug in 7b2c3f47c6b586a208655fcfc716bba3f8619d1e
* Fix playlist error handlingpukkandan2022-06-222-1/+3
| | | | Bug in 7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e
* [build] Fix release tag commitpukkandan2022-06-221-0/+1
| | | | bug in b5899f4f19116bb4d98907413fa3fb84a952ef13
* [version] updategithub-actions2022-06-227-16/+16
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.06.22.1pukkandan2022-06-221-0/+4
|
* [build] Fix updating homebrew formulapukkandan2022-06-221-2/+2
| | | | bug in b5899f4f19116bb4d98907413fa3fb84a952ef13
* [version] updategithub-actions2022-06-227-16/+16
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.06.22pukkandan2022-06-224-6/+165
|
* Add deprecation warning for Py3.6pukkandan2022-06-222-4/+9
| | | | See: https://github.com/yt-dlp/yt-dlp/issues/3764
* [cleanup] Misc fixespukkandan2022-06-223-4/+4
|