1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 06:48:30 +00:00
Commit Graph

23090 Commits

Author SHA1 Message Date
DarkCat09
df89f7643d
feat: parse access_hash from url for tracks too 2025-04-01 16:55:50 +04:00
DarkCat09
c71008ed60
feat: correct errs when auth required or geoblocked 2025-04-01 16:44:30 +04:00
DarkCat09
cab6eeeae2
feat: "artist - album" but only for albums 2025-04-01 15:58:02 +04:00
DarkCat09
013cf4368f
feat: album&artist only for albums, pass title as is 2025-03-30 16:29:11 +04:00
DarkCat09
932ebf43df
style: hatch fmt 2025-03-30 15:56:20 +04:00
DarkCat09
8678b34116
feat: parse age limit 2025-03-30 15:55:27 +04:00
DarkCat09
90a026e648
fix(playlist): description, htmlescape, url regex, +test 2025-03-30 15:41:45 +04:00
DarkCat09
40b039df2c
fix: html escaping in response json 2025-03-30 15:17:59 +04:00
DarkCat09
ea0ecd3f3c
test: skip requiring auth 2025-03-30 14:32:19 +04:00
DarkCat09
95db8d9610
perf: simplify data-exec extraction (switch to regex) 2025-03-30 14:29:12 +04:00
DarkCat09
fb342c0a66
fix: tracks with meta in data-exec 2025-03-30 14:07:07 +04:00
DarkCat09
a38798b479
fix: artist list 2025-03-29 23:42:23 +04:00
DarkCat09
7a369b1bf6
fix: test 2025-03-29 23:34:41 +04:00
DarkCat09
cf21dc8b93
fix: playlist thumbnail 2025-03-29 23:29:11 +04:00
DarkCat09
04c6819d99
fix: album/playlist meta downloading 2025-03-29 23:25:57 +04:00
DarkCat09
457479a845
feat: albums 2025-03-29 23:06:24 +04:00
DarkCat09
c0fd87eb4b
style: line breaks 2025-03-29 22:24:09 +04:00
DarkCat09
84ef9661aa
feat: artist list, thumbnail, tests for them 2025-03-29 22:19:36 +04:00
DarkCat09
2e5faa1540
feat: a bit better url regex 2025-03-29 21:10:40 +04:00
DarkCat09
5fb99a09ea
refactor: move meta parser to separate function 2025-03-29 15:42:21 +04:00
DarkCat09
84c4dc1b20
fix: vk_id cookie regex group 2025-03-29 14:57:59 +04:00
DarkCat09
65724fe408
style: re.search -> self._search_regex 2025-03-29 14:57:33 +04:00
DarkCat09
0d9e92a456
style: hatch fmt 2025-03-22 14:19:26 +04:00
DarkCat09
6f0c64b148
feat: parse access hash from url 2025-03-22 00:28:12 +04:00
DarkCat09
04111cb6b5
fix: make test pass 2025-03-22 00:16:37 +04:00
DarkCat09
5dd61b95b8
fix: vk_id is 0 when not authenticated 2025-03-22 00:14:28 +04:00
DarkCat09
6966081708
chore: cleanup imports 2025-03-22 00:12:43 +04:00
DarkCat09
415b5c6065
fix: _download_payload already gives json 2025-03-22 00:08:35 +04:00
DarkCat09
9d2ea17fda
fix: when not authenticated, html is different 2025-03-22 00:07:28 +04:00
DarkCat09
2d24666915
feat: playlist extractor 2025-03-21 23:50:30 +04:00
DarkCat09
66994d979e
refactor: move vk_id to base class, audio url decoder to module 2025-03-21 23:01:23 +04:00
DarkCat09
66e6485bc9
feat: implement vkmusic extractor for tracks 2025-03-21 22:42:22 +04:00
D Trombett
2ee3a0aff9
[ie/tv8.it] Add live and playlist extractors (#12569)
Closes #12542
Authored by: DTrombett
2025-03-16 23:10:16 +01:00
Arc8ne
01a8be4c23
[ie/Canalsurmas] Add extractor (#12497)
Closes #5516
Authored by: Arc8ne
2025-03-16 23:03:10 +01:00
Refael Ackermann
ebac65aa9e
[ie/NBCStations] Fix extractor (#12534)
Authored by: refack
2025-03-16 21:41:32 +00:00
thedenv
4815dac131
[ie/msn] Rework extractor (#12513)
Closes #3225
Authored by: thedenv, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
2025-03-16 19:54:46 +01:00
Simon Sawicki
95f8df2f79
[networking] Always add unsupported suffix on version mismatch (#12626)
Authored by: Grub4K
2025-03-16 12:45:44 +01:00
coletdjnz
e67d786c7c
[ie/youtube] Warn on DRM formats (#12593)
Authored by: coletdjnz
2025-03-16 10:28:16 +13:00
sepro
d9a53cc1e6
[ie/reddit] Truncate title (#12567)
Authored by: seproDev
2025-03-15 22:16:00 +01:00
sepro
83b119dadb
[ie/tiktok] Truncate title (#12566)
Authored by: seproDev
2025-03-15 22:15:29 +01:00
sepro
06f6de78db
[ie/twitter] Truncate title (#12560)
Authored by: seproDev
2025-03-15 22:15:03 +01:00
sepro
3380febe99
[ie/youtube] Player client maintenance (#12603)
Authored by: seproDev
2025-03-15 21:57:56 +01:00
rysson
be0d819e11
[ie/cda] Fix login support (#12552)
Closes #10306
Authored by: rysson
2025-03-15 21:47:50 +01:00
Michaël De Boey
df9ebeec00
[ie/vrtmax] Rework extractor (#12479)
Closes #7997, Closes #8174, Closes #9375
Authored by: MichaelDeBoey, bergoid, seproDev

Co-authored-by: bergoid <bergoid@users.noreply.github.com>
Co-authored-by: sepro <sepro@sepr0.com>
2025-03-15 21:29:22 +01:00
fireattack
17504f2535
[ie/openrec] Fix _VALID_URL (#12608)
Authored by: fireattack
2025-03-15 17:14:01 +01:00
coletdjnz
4432a9390c
[ie/youtube] Split into package (#12557)
Authored by: coletdjnz
2025-03-13 17:37:33 +13:00
sepro
05c8023a27
[ie/vk] Improve metadata extraction (#12510)
Closes #12509
Authored by: seproDev
2025-03-07 22:14:38 +01:00
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>
2025-03-05 06:38:23 +00:00
bashonly
b8b4754704
[ie/twitter] Fix syndication token generation (#12537)
Fix 14cd7f3443

Authored by: bashonly
2025-03-05 06:22:52 +00:00
u-spec-png
9d70abe4de
[ie/N1] Fix extraction of newer articles (#12514)
Authored by: u-spec-png
2025-03-04 01:51:23 +01:00