1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-07 13:58:31 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
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
sepro
05c8023a27
[ie/vk] Improve metadata extraction (#12510)
Closes #12509
Authored by: seproDev
2025-03-07 22:14:38 +01:00
bashonly
c038a7b187
[ie/vk] Fix extractors (#11715)
Closes #5832, Closes #11471, Closes #11646, Closes #11670
Authored by: bashonly
2024-12-03 14:28:43 +00:00
sepro
add96eb9f8
[cleanup] Add more ruff rules (#10149)
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-12 01:09:58 +02:00
Simon Sawicki
5c019f6328
[misc] Cleanup (#9765)
Closes #9763
Authored by: bashonly, seproDev, Grub4K

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-05-26 21:37:49 +00:00
Simon Sawicki
e897bd8292
[misc] Add hatch, ruff, pre-commit and improve dev docs (#7409)
Authored by: bashonly, seproDev, Grub4K

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-05-26 21:27:21 +02:00
sepro
df5c9e733a
[ie/vk] Improve format extraction (#9885)
Closes #5675
Authored by: seproDev
2024-05-08 23:02:22 +02:00
bashonly
b15b0c1d21
[ie/vkplay] Fix _VALID_URL (#9636)
Closes #9635
Authored by: bashonly
2024-04-06 20:42:51 +00:00
sepro
f4f9f6d00e
[cleanup] Fix infodict returned fields (#8906)
Authored by: seproDev
2024-03-08 23:36:41 +01:00
bashonly
b634ba742d
[cleanup] Misc (#8338)
Authored by: bashonly, gamer191
2023-10-13 22:15:35 +00:00
pukkandan
6148833f5c
[cleanup] Misc 2023-07-30 04:06:18 +05:30
coletdjnz
3d2623a898
[compat, networking] Deprecate old functions (#2861)
Authored by: coletdjnz, pukkandan
2023-07-15 16:18:35 +05:30
c-basalt
8776349ef6
[extractor/vk] VKPlay, VKPlayLive: Add extractors (#7358)
Closes #7107
Authored by: c-basalt
2023-07-02 19:31:00 +00:00
Marenga
a9c685453f
[extractor/vk] Fix playlists for new API (#6122)
Authored by: the-marenga
Closes #6219
2023-02-13 11:37:47 +05:30
pukkandan
7991ae57a8
[extractor/sibnet] Separate from VKIE
Fixes bfd973ece3 (commitcomment-91834251)
2022-12-08 17:20:02 +05:30
pukkandan
9f14daf22b
[extractor] Deprecate _sort_formats 2022-11-17 11:40:17 +05:30
Marenga
5d14b73491
[VK] Fix playlist URLs (#4930)
Closes #2825
Authored by: the-marenga
2022-10-09 07:20:44 +05:30
pukkandan
43aebb7db4
Bugfix for bfd973ece3
`_extract_embed_urls` is not a list

Closes #4581
2022-08-07 03:30:30 +05:30
pukkandan
bfd973ece3 [extractors] Use new framework for existing embeds (#4307)
`Brightcove` is difficult to migrate because it's subclasses may depend
on the signature of the current functions. So it is left as-is for now

Note: Tests have not been migrated
2022-08-02 01:08:16 +05:30
Mehavoid
59f63c8f0f
[extractor/vk] Fix extractor (#4128)
Closes #4437
Authored by: Mehavoid
2022-07-28 02:01:03 +05:30
pukkandan
2414649192
[cleanup] Misc cleanup 2022-05-17 00:07:43 +05:30
pukkandan
86e5f3ed2e
[cleanup] Upgrade syntax
Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2022-04-12 05:32:51 +05:30
pukkandan
52efa4b312
[extractor] Add _perform_login function (#2943)
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
2022-03-18 13:53:33 -07:00
pukkandan
079a7cfc71
[downloader] Do not use aria2c for non-native m3u8
Closes #2718
2022-02-11 12:09:03 +05:30
Ashish Gupta
a70b71e85a
[vk] Fix VKUserVideosIE (#2248)
Authored by: Ashish0804
Closes #2196
2022-01-09 21:01:34 +05:30
pukkandan
21df2117e4
[vk] Capture clip URLs 2022-01-04 00:45:30 +05:30
k3ns1n
af3cbd8782
[vk] Improve _VALID_URL (#2207)
Authored by: k3ns1n
2022-01-02 22:44:20 +05:30
pukkandan
39ca3b5c7f
[extractor] Standardize _live_title 2021-12-15 22:09:07 +05:30
kaz-us
f0ffaa1621
[vk] Fix login (#1495)
Closes #1459
Authored by: kaz-us
2021-10-31 19:46:12 +05:30