aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-03[utils] `windows_enable_vt_mode`: Better error handlingpukkandan
Closes #5927
2023-01-03[build] Add minimal `pyproject.toml`pukkandan
2023-01-03[utils] `mimetype2ext`: weba is not standardpukkandan
Fix bug in fbb73833067ba742459729809679a62f34b3e41e, 2647c933b8ed22f95dd8e9866c4db031867a1bc8 Closes #5935
2023-01-03[extractor/joj] Fix extractor (#5934)OndrejBakan
Authored by: OndrejBakan, pukkandan
2023-01-02[version] update2023.01.02github-actions
Created by: pukkandan :ci skip all :ci run dl
2023-01-02Release 2023.01.02pukkandan
2023-01-02[cleanup] Miscpukkandan
Closes #5576, closes #5887
2023-01-02[docs] Improvementspukkandan
Closes #5846, closes #5774
2023-01-02[extractor/generic] Decode unicode-escaped embed URLs (#5919)bashonly
Authored by: bashonly Closes #5854
2023-01-02Update to ytdl-commit-195f22f6Simon Sawicki
[generic] Improve KVS (etc) extraction https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902 Closes #3716 Authored by: Grub4k, pukkandan
2023-01-02Add `--enable-file-urls` (#5917)Matthew
Closes https://github.com/yt-dlp/yt-dlp/issues/3675 Authored by: coletdjnz
2023-01-02[extractor/iqiyi] Fix `Iq` JS regex (#5922)bashonly
Closes #5702 Authored by: bashonly
2023-01-02[extractor/fifa] Fix Preplay extraction (#5921)bashonly
Closes #5839 Authored by: dirkf
2023-01-02[extractor/odnoklassniki] Extract subtitles (#5920)bashonly
Closes #5744 Authored by: bashonly
2023-01-02Improve handling for overriding extractors with plugins (#5916)Matthew
* Extractors replaced with plugin extractors now show in debug output * Better testcase handling * Added documentation Authored by: coletdjnz, pukkandan
2023-01-02[downloader/aria2c] Native progress for aria2c via RPC (#3724)Lesmiscore
Authored by: Lesmiscore, pukkandan Closes #2038
2023-01-01Fix bug in 119e40ef64b25f66a39246e87ce6c143cd34276dpukkandan
2023-01-01[extractor/biliintl:series] Make partial download of series fasterpukkandan
2023-01-01[extractor/embedly] Handle vimeo embedspukkandan
Closes #3360
2023-01-01Add `--compat-options 2021,2022`pukkandan
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
2023-01-01Add message when there are no subtitles/thumbnailspukkandan
Closes #5551
2023-01-01[utils] `get_exe_version`: Detect broken executablespukkandan
Authored by: dirkf, pukkandan Closes #5561
2023-01-01[extractor/generic] Use `Accept-Encoding: identity` for initial requestcoletdjnz
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
2023-01-01Improve plugin architecture (#5553)Matthew
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>
2022-12-31[update] Workaround #5632pukkandan
2022-12-31[extractor/bandcamp] Add `album_artist` (#5537)Stel Abrego
Closes #5536 Authored by: stelcodes
2022-12-31[extractor/udemy] Fix lectures that have no URL and detect DRMpukkandan
Closes #5662
2022-12-30[extractor/youtube] Extract DRC formatspukkandan
2022-12-30Add `weba` to known extensionspukkandan
2022-12-30Fix bug in writing playlist info-jsonpukkandan
Closes #4889
2022-12-30[extractor/bilibili] Fix `--no-playlist` for anthologypukkandan
Closes #5797
2022-12-30[utils] js_to_json: Fix bug in f55523c (#5771)ChillingPepper
Authored by: ChillingPepper, pukkandan
2022-12-30Let `--parse/replace-in-metadata` run at any post-processing stagepukkandan
Closes #5808, #456
2022-12-30Add pre-processor stage `video`pukkandan
Related: #456, #5808
2022-12-30[extractor/stv] Detect DRMpukkandan
Closes #5320
2022-12-30[cleanup] Use `random.choices` (#5800)Anant Murmu
Authored by: freezboltz
2022-12-30[extractor/soundcloud] Support user permalink (#5842)nosoop
Closes #5841 Authored by: nosoop
2022-12-30[extractor/BiliLive] Fix extractorLesmiscore
- Remove unnecessary group in `_VALID_URL` - This extractor always returns livestreams
2022-12-29[extractor/kick] Add extractor (#5736)bashonly
Closes #5722 Authored by: bashonly
2022-12-29[extractor/wistia] Improve extension detection (#5415)bashonly
Closes #5053 Authored by: bashonly, Grub4k, pukkandan
2022-12-29[extractor/amazon] Add `AmazonReviews` extractor (#5857)bashonly
Closes #5766 Authored by: bashonly
2022-12-29[extractor/videoken] Add extractors (#5824)bashonly
Closes #5818 Authored by: bashonly
2022-12-29[extractor/slideslive] Support embeds and slides (#5784)bashonly
Authored by: bashonly, Grub4K, pukkandan
2022-12-29[extractor/twitcasting] Fix videos with password (#5894)Sam
Closes #5888 Authored by: bashonly, Spicadox
2022-12-29[extractor/netverse] Add `NetverseSearch` extractor (#5838)HobbyistDev
Authored by: HobbyistDev
2022-12-29[extractor/spankbang] Fix extractor (#5791)JChris246
Authored by: JChris246 Closes #5731
2022-12-29[extractor/curiositystream] Fix auth (#5730)monnef
Authored by: mnn
2022-12-29[extractor/kankanews] Add extractor (#5729)lkw123
Authored by: synthpop123
2022-12-29[extractor/youku] Fix extractor (#5622)Kurt Bestor
Closes #4456 Authored by: KurtBestor
2022-12-29[extractor/ciscowebex] Support password-protected videos (#5601)Damiano Amatruda
Authored by: damianoamatruda