18576 Commits

Author SHA1 Message Date
DarkFighterLuke
ac40c75955 Scrape creator 2022-02-26 16:53:58 +01:00
DarkFighterLuke
b87f00dd85 Fix checks on empty data 2022-02-26 16:51:31 +01:00
DarkFighterLuke
8dc282146b Merge branch 'sxyprn' of github.com:DarkFighterLuke/youtube-dl into sxyprn 2022-02-26 15:46:34 +01:00
DarkFighterLuke
f40ea97971 Merge branch 'sxyprn' of github.com:DarkFighterLuke/youtube-dl into sxyprn
modified:   youtube_dl/extractor/sxyprn.py
2022-02-26 15:46:26 +01:00
DarkFighterLuke
456b3d5830 Merge branch 'sxyprn' of github.com:DarkFighterLuke/youtube-dl into sxyprn 2022-02-26 15:46:12 +01:00
DarkFighterLuke
ff65034e9a Add default fallback values
modified:   youtube_dl/extractor/sxyprn.py
2022-02-26 15:46:03 +01:00
DarkFighterLuke
e51db9573d Add default fallback values 2022-02-26 15:42:07 +01:00
DarkFighterLuke
042b348ada Check whether actors_data has been found 2022-02-26 15:40:17 +01:00
DarkFighterLuke
ec184937c4 Rename views to view_count 2022-02-26 15:28:55 +01:00
DarkFighterLuke
ca65f8a579 Merge branch 'sxyprn' of github.com:DarkFighterLuke/youtube-dl into sxyprn 2022-02-26 13:30:18 +01:00
DarkFighterLuke
c8c3585ae2 Scrape actors urls
modified:   youtube_dl/extractor/sxyprn.py
2022-02-26 13:30:01 +01:00
DarkFighterLuke
055351fddb Scrape actors urls 2022-02-26 13:28:16 +01:00
DarkFighterLuke
64f9e5f6b1 Format code according to coding conventions 2022-02-25 20:26:02 +01:00
DarkFighterLuke
92fa1c553e Fixed test 2022-02-25 20:16:25 +01:00
DarkFighterLuke
3e92da141d Scrape views 2022-02-25 19:31:28 +01:00
DarkFighterLuke
13ed37b7cd Scrape actors 2022-02-25 19:07:36 +01:00
DarkFighterLuke
d47c23ac81 Scrape uploader 2022-02-25 00:15:06 +01:00
DarkFighterLuke
5039d4bb9c Merge branch 'sxyprn' of github.com:DarkFighterLuke/youtube-dl into sxyprn
modified:   youtube_dl/extractor/sxyprn.py
2022-02-24 22:46:36 +01:00
DarkFighterLuke
a6610f8581 Scrape tags
modified:   youtube_dl/extractor/sxyprn.py
2022-02-24 22:44:43 +01:00
DarkFighterLuke
84b91bbb74 Scrape tags 2022-02-23 23:34:11 +01:00
DarkFighterLuke
2ffd1b4747 Rename YourPorn extractor to SxyPrn 2022-02-23 22:11:51 +01:00
Vladimir Stavrinov
3472227074
[rutv] fix vbr for empty string value (#30623)
* [rutv] use str_to_int() (thx dirkf)
2022-02-14 17:54:31 +00:00
Petr Vaněk
bf23bc0489 add missing __future__ import unicode_literals 2022-02-14 07:07:05 +00:00
Petr Vaněk
85bf26c1d0 resolve problem with unpacking operator for <py3.5 2022-02-14 07:07:05 +00:00
Petr Vaněk
d8adca1b66 [streamcz] test fixes and one additional test 2022-02-14 07:07:05 +00:00
Petr Vaněk
d02064218b do not use f-strings 2022-02-14 07:07:05 +00:00
Petr Vaněk
b1297308fb avoid traverse_obj function 2022-02-14 07:07:05 +00:00
Petr Vaněk
8088ce036a revert: use _match_valid_url function 2022-02-14 07:07:05 +00:00
Petr Vaněk
29f7bfc4d7 [streamcz] cherry-pick from yt-dlp
Cherry-picked-from: 7d449fff5346 ("[streamcz] Fix extractor (#1616)")
2022-02-14 07:07:05 +00:00
dirkf
74f8cc48af [extractor/videa] Back-port from yt-dlp PRs 463+1028
Authored by: nyuszika7h
2022-02-11 12:43:26 +00:00
kikuyan
8ff961d10f [extractor/videa] fix extraction in Py2
Fixes #30416
2022-02-11 12:43:26 +00:00
dirkf
266b6ef185 [BBC] Also allow PID with leading 'l' (live?) 2022-02-09 21:21:59 +00:00
dirkf
825d3426c5
[Nuvid] Use site JSON for video details (#29332)
Back-port yt-dlp PR 1022 onto PR #17890 and update

Video details aren't in the original HTML now but populated by async JS

Co-authored by: u-spec-png
Co-authored by: vidaritos
2022-02-09 02:40:34 +00:00
dirkf
47b0c8697a [ARD] Back-port subtitle extraction from yt-dlp PR 2409
Authored by: fstirlitz
Fixes #30543
Closes #17766 (thanks ngdio)
2022-02-07 13:47:38 +00:00
Seonghyeon Cho
734dfbb4e3 Remove redundant assigning format_id 2022-02-05 03:04:35 +00:00
df
ddc080a562 Add ArteTVCategoryIE to support category playlists 2022-02-05 03:02:56 +00:00
Abdullah Ibn Fulan
16a3fe2ba6 Updated Album URL regex
Mistakenly forgot to edit a line in last commit.

Co-authored-by: dirkf <fieldhouse@gmx.net>
2022-02-05 02:53:23 +00:00
Abdullah Ibn Fulan
c820a284a2 [extractor/audiomack] Updated URL regex, corrected invalid testcases, fixed bug
Co-authored-by: dirkf <fieldhouse@gmx.net>
2022-02-05 02:53:23 +00:00
dirkf
58babe9af7 Support __INITIAL_DATA__ with stringified JSON
Add test and fix test for bbcthreeConfig
2022-02-05 02:51:46 +00:00
df
6d4932f023 Try for timestamp, description from window.__INITIAL_DATA__ pages 2022-02-05 02:51:46 +00:00
dirkf
92d73ef393 [niconico] Implement heartbeat for download 2022-02-05 02:47:21 +00:00
dirkf
91278f4b6b [niconico] Back-port extractor from yt-dlp
Add Nico search extractors, fix extraction
2022-02-05 02:47:21 +00:00
dirkf
73e1ab6125 [test:download] Only extract enough videos for playlist_mincount 2022-02-05 02:47:21 +00:00
dirkf
584715a803 [applepodcasts] Extract default thumbnail image 2022-02-05 02:32:45 +00:00
dirkf
e00b0eab1e [applepodcasts] Improve format extraction
Set acodec and vcodec, etc, to avoid breaking, eg, bestaudio
2022-02-05 02:32:45 +00:00
dirkf
005339d637 [applepodcasts] Support new AMP-ish page structure 2022-02-05 02:32:45 +00:00
Chris Rose
23ad6402a6 xvideos: Fix for #30271 2022-02-05 02:24:51 +00:00
dirkf
9642344965 Fix tests for working IEs; disable obsolete WDRMobile 2022-02-05 02:22:45 +00:00
dirkf
568c7005d5 Fix WDRMaus; extend URL matching for other Maus pages; improve ID extraction 2022-02-05 02:22:45 +00:00
dirkf
5cb4833f40 Update URPlayIE extractor for Next.js page format, with subtitles 2022-02-05 02:16:53 +00:00