coletdjnz
0210836dda
misc cleanup
3 weeks ago
coletdjnz
fff5e7b708
Merge remote-tracking branch 'upstream/master' into misc/globals-and-plugins-revive
...
# Conflicts:
# yt_dlp/plugins.py
# yt_dlp/postprocessor/__init__.py
3 weeks ago
coletdjnz
78c09c792d
revert formatter
3 weeks ago
coletdjnz
5de3062ced
Update yt_dlp/extractor/extractors.py
...
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
3 weeks ago
github-actions[bot]
6fef824025
Release 2024.12.06
...
Created by: bashonly
:ci skip all
3 weeks ago
bashonly
4bd2655398
[ie/youtube] Raise if `n` function returns input value ( #11752 )
...
Improve a95ee6d880
Authored by: bashonly
3 weeks ago
bashonly
a95ee6d880
[ie/youtube] Fix `n` sig extraction for player `3bb1f723` ( #11750 )
...
Closes #11744
Authored by: bashonly
3 weeks ago
bashonly
4c85ccd136
[ie/youtube] Fix signature function extraction ( #11751 )
...
Closes #11748
Authored by: bashonly
3 weeks ago
bashonly
2feb28028e
[ie/soundcloud] Fix formats extraction ( #11742 )
...
Authored by: bashonly
3 weeks ago
N/Ame
fca3eb5f8b
[ie/bilibili] Fix HD formats extraction ( #11734 )
...
Fixes dc16876480
Closes #10554
Authored by: grqz
3 weeks ago
bashonly
2e49c789d3
[ie/youtube] Player client maintenance ( #11724 )
...
Closes #11686
Authored by: bashonly
3 weeks ago
wesson09
354cb4026c
[cookies] Add `--cookies-from-browser` support for MS Store Firefox ( #11731 )
...
Authored by: wesson09
3 weeks ago
github-actions[bot]
cfa76f35d2
Release 2024.12.03
...
Created by: bashonly
:ci skip all
3 weeks ago
bashonly
2b67ac300a
[cleanup] Misc ( #11716 )
...
Authored by: bashonly, seproDev
Co-authored-by: sepro <sepro@sepr0.com>
3 weeks ago
bashonly
c038a7b187
[ie/vk] Fix extractors ( #11715 )
...
Closes #5832 , Closes #11471 , Closes #11646 , Closes #11670
Authored by: bashonly
3 weeks ago
Link
a13a336aa6
[ie/bilibili] Fix subtitles and chapters extraction ( #11708 )
...
Authored by: xiaomac
3 weeks ago
N/Ame
dc16876480
[ie/bilibili] Always try to extract HD formats ( #10559 )
...
Closes #10554
Authored by: grqz
3 weeks ago
N/Ame
f05a1cd149
[ie/bilibili] Fix supporter-only video extraction ( #11711 )
...
Fix bug in 239f5f36fe
Closes #11702
Authored by: grqz, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
3 weeks ago
sepro
d8fb349086
[cleanup] Bump ruff to 0.8.x ( #11608 )
...
Authored by: seproDev
3 weeks ago
sepro
2bea793632
[ie/MicrosoftEmbed] Make format extraction non fatal ( #11654 )
...
Authored by: seproDev
3 weeks ago
Elan Ruusamäe
62cba8a1be
[ie/duoplay] Fix extractor ( #11588 )
...
Authored by: glensc, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
3 weeks ago
N/Ame
239f5f36fe
[ie/bilibili] Fix extractor ( #11667 )
...
Closes #11665
Authored by: grqz
3 weeks ago
bashonly
0d146c1e36
[ie/youtube] Adjust player clients for site changes ( #11663 )
...
Closes #11640
Authored by: bashonly
4 weeks ago
DarkZeros
cd0f934604
[ie/mitele] Fix extractor ( #11683 )
...
Closes #11690
Authored by: DarkZeros
4 weeks ago
N/Ame
360aed810a
[ie/instagram] Support `share` URLs ( #11677 )
...
Closes #11630
Authored by: grqz
4 weeks ago
coletdjnz
dad04bd4ba
Fix IN_CLI import
4 weeks ago
coletdjnz
cd490eeeab
Improve error message when invalid directory provided
4 weeks ago
coletdjnz
600b2ece36
Avoid searching disk for plugins when plugins are disabled
4 weeks ago
coletdjnz
37aed891c4
fix no-external not including PYTHONPATH
4 weeks ago
coletdjnz
d48d00d064
Fix no-external
4 weeks ago
coletdjnz
4e4bc2fa33
fix
4 weeks ago
coletdjnz
97088ae3d3
may this help?
4 weeks ago
coletdjnz
51f3740030
Move away from contextvars
4 weeks ago
coletdjnz
2699951172
Cleanup after merge
4 weeks ago
coletdjnz
072e68020d
Merge remote-tracking branch 'upstream/master' into misc/globals-and-plugins-revive
...
# Conflicts:
# test/test_plugins.py
# yt_dlp/plugins.py
4 weeks ago
bashonly
00dcde7286
[ie/dropbox] Fix password-protected video extraction ( #11636 )
...
Closes #11634
Authored by: bashonly
4 weeks ago
bashonly
910ecc4229
[ie/tiktok] Deprioritize animated thumbnails ( #11645 )
...
Closes #11641
Authored by: bashonly
4 weeks ago
bashonly
0a0d80800b
[ie/dacast] Fix HLS AES formats extraction ( #11644 )
...
Closes #11643
Authored by: bashonly
4 weeks ago
Simon Sawicki
e0500cbf79
[ie] Handle fragmented formats in `_remove_duplicate_formats` ( #11637 )
...
Authored by: Grub4K
4 weeks ago
Jakob Kruse
4b5eec0aaa
[ie/chaturbate] Fix support for non-public streams ( #11624 )
...
Fix bug in 720b3dc453
Closes #11623
Authored by: jkruse
1 month ago
sepro
fe70f20aed
[ie/youtube:tab] Fix playlists tab extraction ( #11615 )
...
Closes #11524
Authored by: seproDev
1 month ago
coletdjnz
c7316373c0
[rh:websockets] Support websockets 14.0+ ( #11616 )
...
Authored by: coletdjnz
1 month ago
N/Ame
e0f1ae813b
[ie/facebook] Support more groups URLs ( #11576 )
...
Authored by: grqz
1 month ago
sepro
7d6c259a03
Add `playlist_webpage_url` field ( #11613 )
...
Closes #10827
Authored by: seproDev
1 month ago
gitninja1234
16336c51d0
[ie/stripchat] Fix extractor ( #11596 )
...
Closes #11587
Authored by: gitninja1234
1 month ago
bashonly
ccf0a6b86b
[cleanup] Misc ( #11574 )
...
Authored by: bashonly, pzhlkj6612
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
1 month ago
github-actions[bot]
f919729538
Release 2024.11.18
...
Created by: bashonly
:ci skip all
1 month ago
bashonly
7ea2787920
[ie/reddit] Improve error handling ( #11573 )
...
Authored by: bashonly
1 month ago
bashonly
f7257588bd
[ie/digitalconcerthall] Support login with access/refresh tokens ( #11571 )
...
Removes broken support for login with email and password
Removes obsolete `prefer_combined_hls` extractor-arg
Closes #11404 , Closes #11436
Authored by: bashonly
1 month ago
bashonly
da252d9d32
[cleanup] Misc ( #11554 )
...
Closes #6884
Authored by: bashonly, Grub4K, seproDev
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
Co-authored-by: sepro <sepro@sepr0.com>
1 month ago