pukkandan
edfc7725b1
[cleanup] Misc
2 years ago
JChris246
b382c1fc6a
[xanimu] Add extractor ( #5969 )
...
Authored by: JChris246
Closes #5810
2 years ago
Christoph Flathmann
8a6b167723
[extractor/crunchyroll:show] Add `language` to entries ( #5687 )
...
Authored by: Chrissi2812
2 years ago
mzhou
253ac4ba6a
[extractor/youtube] Retry manifest refresh for live-from-start ( #5670 )
...
Avoids ending download early when live stream is temporarily offline.
Best used with somewhat large `--retry-sleep extractor:` and `--extractor-retries`
Authored by: mzhou
2 years ago
George Schizas
84e0e33a19
[extractor/reddit] Add subreddit as `channel_id` ( #5685 )
...
Authored by: gschizas
Closes #5684
2 years ago
Frederik Nordahl Jul Sabroe
ab4cbeff00
[extractor/drtv] Add series extractors ( #5644 )
...
Authored by: FrederikNS
Closes #3567
2 years ago
Simon Sawicki
773c272d66
Fix config locations ( #5933 )
...
Bug in 8e40b9d1ec
Closes #5953
Authored by: Grub4k, coletdjnz, pukkandan
2 years ago
Jacob Truman
c3366fdfd0
[extractor/nbc] Update graphql query ( #5952 )
...
Closes #5918
Authored by: jacobtruman
2 years ago
Simon Sawicki
5be214abed
[update] Fix updater file removal on windows ( #5970 )
...
Reverts 2fb0f85868
Closes #5632
Authored by: Grub4K
2 years ago
HobbyistDev
d37422f1db
[extractor/biliIntl] Add fallback to `video_data` ( #5971 )
...
Authored by: HobbyistDev
2 years ago
JC-Chung
933ed882e9
[extractor/tiktok] Add `TikTokLive` extractor ( #5637 )
...
Closes #3698
Authored by: JC-Chung
2 years ago
HobbyistDev
a1d9aca338
[extractor/aitube] Add extractor ( #5946 )
...
Closes #5627
Authored by: HobbyistDev
2 years ago
HobbyistDev
91d54e9b99
[extractor/volejtv] Add extractor ( #5943 )
...
Authored by: HobbyistDev
Closes #5883
2 years ago
HobbyistDev
76c3ceccfb
[extractor/biliintl] Add `/media` to `VALID_URL` ( #5939 )
...
Authored by: HobbyistDev
2 years ago
pukkandan
ad68b16a1e
[downloader/aria2c] Disable native progress
...
Closes #5931 , closes #5928 , Re-opens #2038
2 years ago
pukkandan
f079514957
[utils] `windows_enable_vt_mode`: Better error handling
...
Closes #5927
2 years ago
pukkandan
d80ca5deaa
[utils] `mimetype2ext`: weba is not standard
...
Fix bug in fbb7383306
, 2647c933b8
Closes #5935
2 years ago
OndrejBakan
1a3cd8ec35
[extractor/joj] Fix extractor ( #5934 )
...
Authored by: OndrejBakan, pukkandan
2 years ago
github-actions
990dd7b00f
[version] update
...
Created by: pukkandan
:ci skip all :ci run dl
2 years ago
pukkandan
08e29b9f1f
[cleanup] Misc
...
Closes #5576 , closes #5887
2 years ago
pukkandan
8e174ba7de
[docs] Improvements
...
Closes #5846 , closes #5774
2 years ago
bashonly
05997b6e98
[extractor/generic] Decode unicode-escaped embed URLs ( #5919 )
...
Authored by: bashonly
Closes #5854
2 years ago
Simon Sawicki
32a84bcf4e
Update to ytdl-commit-195f22f6
...
[generic] Improve KVS (etc) extraction
195f22f679
Closes #3716
Authored by: Grub4k, pukkandan
2 years ago
Matthew
8300774c4a
Add `--enable-file-urls` ( #5917 )
...
Closes https://github.com/yt-dlp/yt-dlp/issues/3675
Authored by: coletdjnz
2 years ago
bashonly
d7f9871469
[extractor/iqiyi] Fix `Iq` JS regex ( #5922 )
...
Closes #5702
Authored by: bashonly
2 years ago
bashonly
13f930abc0
[extractor/fifa] Fix Preplay extraction ( #5921 )
...
Closes #5839
Authored by: dirkf
2 years ago
bashonly
b23b503e22
[extractor/odnoklassniki] Extract subtitles ( #5920 )
...
Closes #5744
Authored by: bashonly
2 years ago
Matthew
e756f45ba0
Improve handling for overriding extractors with plugins ( #5916 )
...
* Extractors replaced with plugin extractors now show in debug output
* Better testcase handling
* Added documentation
Authored by: coletdjnz, pukkandan
2 years ago
Lesmiscore
8c53322cda
[downloader/aria2c] Native progress for aria2c via RPC ( #3724 )
...
Authored by: Lesmiscore, pukkandan
Closes #2038
2 years ago
pukkandan
193fb150b7
Fix bug in 119e40ef64
2 years ago
pukkandan
26fdfc3704
[extractor/biliintl:series] Make partial download of series faster
2 years ago
pukkandan
78d25e0b7c
[extractor/embedly] Handle vimeo embeds
...
Closes #3360
2 years ago
pukkandan
2a06bb4eb6
Add `--compat-options 2021,2022`
...
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
2 years ago
pukkandan
88fb942577
Add message when there are no subtitles/thumbnails
...
Closes #5551
2 years ago
pukkandan
1cdda32998
[utils] `get_exe_version`: Detect broken executables
...
Authored by: dirkf, pukkandan
Closes #5561
2 years ago
coletdjnz
3e01ce744a
[extractor/generic] Use `Accept-Encoding: identity` for initial request
...
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
2 years ago
Matthew
8e40b9d1ec
Improve plugin architecture ( #5553 )
...
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>
2 years ago
pukkandan
2fb0f85868
[update] Workaround #5632
2 years ago
Stel Abrego
a0e526ed4d
[extractor/bandcamp] Add `album_artist` ( #5537 )
...
Closes #5536
Authored by: stelcodes
2 years ago
pukkandan
8d1ddb0805
[extractor/udemy] Fix lectures that have no URL and detect DRM
...
Closes #5662
2 years ago
pukkandan
9bb856998b
[extractor/youtube] Extract DRC formats
2 years ago
pukkandan
fbb7383306
Add `weba` to known extensions
2 years ago
pukkandan
ec54bd43f3
Fix bug in writing playlist info-json
...
Closes #4889
2 years ago
pukkandan
f74371a97d
[extractor/bilibili] Fix `--no-playlist` for anthology
...
Closes #5797
2 years ago
ChillingPepper
d5f043d127
[utils] js_to_json: Fix bug in f55523c
( #5771 )
...
Authored by: ChillingPepper, pukkandan
2 years ago
pukkandan
fe74d5b592
Let `--parse/replace-in-metadata` run at any post-processing stage
...
Closes #5808 , #456
2 years ago
pukkandan
119e40ef64
Add pre-processor stage `video`
...
Related: #456 , #5808
2 years ago
pukkandan
4455918e7f
[extractor/stv] Detect DRM
...
Closes #5320
2 years ago
Anant Murmu
efa944f4bc
[cleanup] Use `random.choices` ( #5800 )
...
Authored by: freezboltz
2 years ago
nosoop
e107c2b8cf
[extractor/soundcloud] Support user permalink ( #5842 )
...
Closes #5841
Authored by: nosoop
2 years ago