Commit Graph

23059 Commits (6fead90fd3f6fdc0d9f691d8c2dacef72bbe5666)
 

Author SHA1 Message Date
v3DJG6GL 6fead90fd3
Update yt_dlp/extractor/playsuisse.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
1 month ago
v3DJG6GL 291ea778c3
revert 'self._get_media_data' changes
The language specific metadata extraction was broken with these changes, had to revert them in order to get language specific metadata extraction into a working condition again.
2 months ago
v3DJG6GL ac54809837
fix typos 2 months ago
v3DJG6GL def349faf6
traverse_obj rewrite 2 months ago
v3DJG6GL 0445a5fcc6
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2 months ago
bashonly bd0a668169
[ie/pinterest] Fix extractor (#12538)
Closes #12529
Authored by: mikf

Co-authored-by: =?UTF-8?q?Mike=20F=C3=A4hrmann?= <mike_faehrmann@web.de>
2 months ago
bashonly b8b4754704
[ie/twitter] Fix syndication token generation (#12537)
Fix 14cd7f3443

Authored by: bashonly
2 months ago
u-spec-png 9d70abe4de
[ie/N1] Fix extraction of newer articles (#12514)
Authored by: u-spec-png
2 months ago
sepro 8eb9c1bf3b
[ie/RTP] Rework extractor (#11638)
Closes #4661, Closes #10393, Closes #11244
Authored by: seproDev, vallovic, red-acid, pferreir, somini

Co-authored-by: vallovic <vallovic@gmail.com>
Co-authored-by: red-acid <161967284+red-acid@users.noreply.github.com>
Co-authored-by: Pedro Ferreira <pedro@dete.st>
Co-authored-by: somini <dev@somini.xyz>
2 months ago
v3DJG6GL 254f8376c2
adjust media_data
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2 months ago
v3DJG6GL fc6233c5d1
remove unused graphql queries
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2 months ago
v3DJG6GL df83969f0b
fix space 2 months ago
v3DJG6GL 53c12e8202
fix moving method around 2 months ago
v3DJG6GL f4e4ab0c55
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2 months ago
fries1234 42b7440963
[ie/tvw] Add extractor (#12271)
Authored by: fries1234
2 months ago
sepro 172d5fcd77
[ie/MagellanTV] Fix extractor (#12505)
Closes #12498
Authored by: seproDev
2 months ago
Simon Sawicki 7d18fed8f1
[networking] Add `keep_header_casing` extension (#11652)
Authored by: coletdjnz, Grub4K

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
2 months ago
coletdjnz 79ec2fdff7
[ie/youtube] Warn on missing formats due to SSAP (#12483)
See https://github.com/yt-dlp/yt-dlp/issues/12482

Authored by: coletdjnz
2 months ago
v3DJG6GL 4c8e7e7b6d
remove not supported "en" locale variable 2 months ago
sepro 3042afb5fe
[ie/CultureUnplugged] Extend `_VALID_URL` (#12486)
Closes #12477
Authored by: seproDev
2 months ago
sepro ad60137c14
[ie/Dailymotion] Improve embed detection (#12464)
Closes #12453
Authored by: seproDev
2 months ago
v3DJG6GL d41aa41408
typo 2 months ago
v3DJG6GL 7282b3fe8b
remove unused str_or_none 2 months ago
v3DJG6GL ee565d9c32
add more values 2 months ago
v3DJG6GL 50b35cab6d
fix whitespaces 2 months ago
v3DJG6GL 6160d2b6b5
playsuisse.py: handle locale parameters from URLs
- Currently, the locale header is statically set to “de”, regardless of which locale is set in the URL parameters.
- Therefore, all retrieved metadata (description, names, etc.) were in German.
- This PR implements a mechanism that extracts the locale value from the specified URL.
- As a fallback, URLs without locale parameters are automatically set to de, which corresponds to the original behavior.

Advantages:
All metadata is retrieved in the specified language.
2 months ago
4ft35t 0bb3978862
[ie/weibo] Support playlists (#12284)
Closes #12283
Authored by: 4ft35t
2 months ago
XPA 7508e34f20
[ie/niconico] Fix format sorting (#12442)
Authored by: xpadev-net
2 months ago
bashonly 9807181cfb
[ie/lbry] Make m3u8 format extraction non-fatal (#12463)
Closes #12459
Authored by: bashonly
2 months ago
bashonly 7126b47260
[ie/lbry] Raise appropriate error for non-media files (#12462)
Closes #12182
Authored by: bashonly
2 months ago
bashonly eb1417786a
[ie/gem.cbc.ca] Fix login support (#12414)
Closes #12406
Authored by: bashonly
2 months ago
bashonly 6933f5670c
[ie/playsuisse] Fix login support (#12444)
Closes #12425
Authored by: bashonly
2 months ago
Alexander Seiler 26a502fc72
[ie/azmedien] Fix extractor (#12375)
Authored by: goggle
2 months ago
Ben Faerber 652827d5a0
[ie/softwhiteunderbelly] Add extractor (#12281)
Authored by: benfaerber
2 months ago
Pedro Belo 0e1697232f
[ie/globo] Fix subtitles extraction (#12270)
Authored by: pedro
2 months ago
Kenshin9977 9f77e04c76
Fix external downloader availability when using `--ffmpeg-location` (#12318)
This fix is only applicable to the CLI option

Authored by: Kenshin9977
2 months ago
Simon Sawicki c034d65548
Fix lazy extractor state (Fix 4445f37a7a) (#12452)
Authored by: coletdjnz, Grub4K, pukkandan
2 months ago
bashonly 480125560a
[ie/instagram] Improve error handling (#12410)
Closes #5967, Closes #6294, Closes #7328, Closes #8452
Authored by: bashonly
2 months ago
bashonly a59abe0636
[ie/instagram] Fix extraction of older private posts (#12451)
Authored by: bashonly
2 months ago
Chris Ellsworth a90641c836
[ie/instagram] Add `app_id` extractor-arg (#12359)
Authored by: chrisellsworth
2 months ago
fireattack 65c3c58c0a
[ie/instagram:story] Support `--no-playlist` (#12397)
Closes #12395
Authored by: fireattack
2 months ago
bashonly 99ea297875
[ie/tiktok] Improve error handling (#12445)
Closes #8678
Authored by: bashonly
2 months ago
bashonly 6deeda5c11
[ie/soundcloud] Fix thumbnail extraction (#12447)
Closes #11835, Closes #12435
Authored by: bashonly
2 months ago
Refael Ackermann 7f3006eb0c
[ie/wsj] Support opinion URLs and impersonation (#12431)
Authored by: refack
2 months ago
coletdjnz 4445f37a7a
[core] Load plugins on demand (#11305)
- Adds `--no-plugin-dirs` to disable plugin loading
- `--plugin-dirs` now supports post-processors

Authored by: coletdjnz, Grub4K, pukkandan
2 months ago
sepro 3a1583ca75
[ie/BunnyCdn] Add extractor (#11586)
Also adds BunnyCdnFD

Authored by: seproDev, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2 months ago
Simon Sawicki a3e0c7d3b2
[test] Show all differences for `expect_value` and `expect_dict` (#12334)
Authored by: Grub4K
2 months ago
Simon Sawicki f7a1f2d813
[core] Support emitting ConEmu progress codes (#10649)
Authored by: Grub4K
2 months ago
bashonly 9deed13d7c
[ie/soundcloud] Extract tags (#12420)
Authored by: bashonly
2 months ago
bashonly c2e6e1d5f7
[ie/niconico:live] Fix thumbnail extraction (#12419)
Closes #12417
Authored by: bashonly
2 months ago