aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [utils] `windows_enable_vt_mode`: Better error handlingpukkandan2023-01-032-8/+10
| | | | Closes #5927
* [build] Add minimal `pyproject.toml`pukkandan2023-01-032-2/+9
|
* [utils] `mimetype2ext`: weba is not standardpukkandan2023-01-032-1/+2
| | | | | Fix bug in fbb73833067ba742459729809679a62f34b3e41e, 2647c933b8ed22f95dd8e9866c4db031867a1bc8 Closes #5935
* [extractor/joj] Fix extractor (#5934)OndrejBakan2023-01-031-7/+19
| | | Authored by: OndrejBakan, pukkandan
* [version] updategithub-actions2023-01-027-26/+26
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2023.01.02pukkandan2023-01-025-6/+193
|
* [cleanup] Miscpukkandan2023-01-0215-25/+29
| | | | Closes #5576, closes #5887
* [docs] Improvementspukkandan2023-01-023-31/+34
| | | | Closes #5846, closes #5774
* [extractor/generic] Decode unicode-escaped embed URLs (#5919)bashonly2023-01-021-2/+20
| | | | Authored by: bashonly Closes #5854
* Update to ytdl-commit-195f22f6Simon Sawicki2023-01-025-167/+529
| | | | | | | [generic] Improve KVS (etc) extraction https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902 Closes #3716 Authored by: Grub4k, pukkandan
* Add `--enable-file-urls` (#5917)Matthew2023-01-024-3/+15
| | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/3675 Authored by: coletdjnz
* [extractor/iqiyi] Fix `Iq` JS regex (#5922)bashonly2023-01-021-9/+12
| | | | Closes #5702 Authored by: bashonly
* [extractor/fifa] Fix Preplay extraction (#5921)bashonly2023-01-021-17/+6
| | | | Closes #5839 Authored by: dirkf
* [extractor/odnoklassniki] Extract subtitles (#5920)bashonly2023-01-021-0/+33
| | | | Closes #5744 Authored by: bashonly
* Improve handling for overriding extractors with plugins (#5916)Matthew2023-01-025-17/+40
| | | | | | * Extractors replaced with plugin extractors now show in debug output * Better testcase handling * Added documentation Authored by: coletdjnz, pukkandan
* [downloader/aria2c] Native progress for aria2c via RPC (#3724)Lesmiscore2023-01-024-8/+119
| | | | | Authored by: Lesmiscore, pukkandan Closes #2038
* Fix bug in 119e40ef64b25f66a39246e87ce6c143cd34276dpukkandan2023-01-012-2/+3
|
* [extractor/biliintl:series] Make partial download of series fasterpukkandan2023-01-011-15/+36
|
* [extractor/embedly] Handle vimeo embedspukkandan2023-01-011-3/+59
| | | | Closes #3360
* Add `--compat-options 2021,2022`pukkandan2023-01-012-0/+4
| | | | | | Use these to guard against future compat changes. This allows devs to change defaults and make other potentially breaking changes more easily. If you need everything to work exactly as-is, put this in your config
* Add message when there are no subtitles/thumbnailspukkandan2023-01-011-3/+9
| | | | Closes #5551
* [utils] `get_exe_version`: Detect broken executablespukkandan2023-01-011-4/+10
| | | | | Authored by: dirkf, pukkandan Closes #5561
* [extractor/generic] Use `Accept-Encoding: identity` for initial requestcoletdjnz2023-01-011-1/+16
| | | | | | The existing comment seems to imply this was the desired behavior from the beginning. Partial fix for https://github.com/yt-dlp/yt-dlp/issues/5855, https://github.com/yt-dlp/yt-dlp/issues/5851, https://github.com/yt-dlp/yt-dlp/issues/4748
* Improve plugin architecture (#5553)Matthew2023-01-0120-126/+455
| | | | | | | | | | | | | | | | | to make plugins easier to develop and use: * Plugins are now loaded as namespace packages. * Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.). * Plugin packages can be installed and managed via pip, or dropped into any of the documented locations. * Users do not need to edit any code files to install plugins. * Backwards-compatible with previous plugin architecture. As a side-effect, yt-dlp will now search in a few more locations for config files. Closes https://github.com/yt-dlp/yt-dlp/issues/1389 Authored by: flashdagger, coletdjnz, pukkandan, Grub4K Co-authored-by: Marcel <flashdagger@googlemail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
* [update] Workaround #5632pukkandan2022-12-311-4/+4
|
* [extractor/bandcamp] Add `album_artist` (#5537)Stel Abrego2022-12-311-3/+45
| | | | Closes #5536 Authored by: stelcodes
* [extractor/udemy] Fix lectures that have no URL and detect DRMpukkandan2022-12-311-5/+15
| | | | Closes #5662
* [extractor/youtube] Extract DRC formatspukkandan2022-12-301-3/+33
|
* Add `weba` to known extensionspukkandan2022-12-302-5/+7
|
* Fix bug in writing playlist info-jsonpukkandan2022-12-301-3/+2
| | | | Closes #4889
* [extractor/bilibili] Fix `--no-playlist` for anthologypukkandan2022-12-301-1/+2
| | | | Closes #5797
* [utils] js_to_json: Fix bug in f55523c (#5771)ChillingPepper2022-12-302-1/+86
| | | Authored by: ChillingPepper, pukkandan
* Let `--parse/replace-in-metadata` run at any post-processing stagepukkandan2022-12-303-15/+24
| | | | Closes #5808, #456
* Add pre-processor stage `video`pukkandan2022-12-304-57/+59
| | | | Related: #456, #5808
* [extractor/stv] Detect DRMpukkandan2022-12-301-0/+2
| | | | Closes #5320
* [cleanup] Use `random.choices` (#5800)Anant Murmu2022-12-3011-19/+18
| | | Authored by: freezboltz
* [extractor/soundcloud] Support user permalink (#5842)nosoop2022-12-302-0/+22
| | | | Closes #5841 Authored by: nosoop
* [extractor/BiliLive] Fix extractorLesmiscore2022-12-301-1/+2
| | | | | - Remove unnecessary group in `_VALID_URL` - This extractor always returns livestreams
* [extractor/kick] Add extractor (#5736)bashonly2022-12-292-0/+131
| | | | Closes #5722 Authored by: bashonly
* [extractor/wistia] Improve extension detection (#5415)bashonly2022-12-292-58/+103
| | | | Closes #5053 Authored by: bashonly, Grub4k, pukkandan
* [extractor/amazon] Add `AmazonReviews` extractor (#5857)bashonly2022-12-292-8/+113
| | | | Closes #5766 Authored by: bashonly
* [extractor/videoken] Add extractors (#5824)bashonly2022-12-292-0/+343
| | | | Closes #5818 Authored by: bashonly
* [extractor/slideslive] Support embeds and slides (#5784)bashonly2022-12-291-28/+362
| | | Authored by: bashonly, Grub4K, pukkandan
* [extractor/twitcasting] Fix videos with password (#5894)Sam2022-12-291-12/+22
| | | | Closes #5888 Authored by: bashonly, Spicadox
* [extractor/netverse] Add `NetverseSearch` extractor (#5838)HobbyistDev2022-12-292-1/+30
| | | Authored by: HobbyistDev
* [extractor/spankbang] Fix extractor (#5791)JChris2462022-12-291-4/+3
| | | | Authored by: JChris246 Closes #5731
* [extractor/curiositystream] Fix auth (#5730)monnef2022-12-291-2/+6
| | | Authored by: mnn
* [extractor/kankanews] Add extractor (#5729)lkw1232022-12-292-0/+49
| | | Authored by: synthpop123
* [extractor/youku] Fix extractor (#5622)Kurt Bestor2022-12-291-11/+21
| | | | Closes #4456 Authored by: KurtBestor
* [extractor/ciscowebex] Support password-protected videos (#5601)Damiano Amatruda2022-12-291-5/+25
| | | Authored by: damianoamatruda