Commit Graph

18434 Commits

Author SHA1 Message Date
xarantolus
94255fa0b1 [youtube] More general title extraction
Seems like this attribute is moved every few weeks, so we just extract both and use the one that is present.
2020-08-24 14:30:08 +02:00
xarantolus
7d743516b5 [youtube] Make ytcfg.set config extraction non-fatal
If the markup of the page changes in the future, it might be possible that _FEED_DATA still works, but the other regex does not. SInce it is not necessary for the first page of videos, we make sure the program doesn't exit before extracting them.

TL;DR: Extract the first video page even if there are problems
2020-08-24 14:29:16 +02:00
Unknown
e7ff46dc8b flake8 2020-08-19 03:05:38 +02:00
Unknown
0bfc3b7e7b fix and cheap workaround for unix 404 error. 2020-08-19 03:01:47 +02:00
sxvghd
92d25998f9 [doodstream] flake8 compliance 2020-08-18 00:12:14 +02:00
sxvghd
c00c1575b6 Styling changes 2020-08-17 17:07:22 +02:00
Stephen Stair
8d6df01f04 [StoryFire] Add new extractor 2020-08-16 18:19:44 -07:00
sxvghd
b50f352f59 [doodstream] new extractor 2020-08-16 15:40:59 +02:00
Adrian Heine
5630d79794 [ABC] Support abc.net.au/btn (closes #21254) 2020-08-16 01:32:05 +02:00
Adrian Heine
76b01870f8 [ABC] Fix extraction 2020-08-16 01:32:05 +02:00
Adrian Heine
5c23e3af61 [rutv] Fix JSON URL (closes #26333) 2020-08-15 23:11:00 +02:00
Surkal
13c30d1d52 [francetv] fix extractor 2020-08-14 13:11:20 +02:00
Sergey M․
10709fc7c6
[xhamster] Extend _VALID_URL (closes #25927) 2020-08-12 21:51:50 +07:00
TheRealDude2
a7e348556a
[xhamster] Fix extraction (closes #26157) (#26254) 2020-08-12 21:42:17 +07:00
JChris246
6cb30ea5ed
[xhamster] Extend _VALID_URL (closes #25789) (#25804) 2020-08-12 21:37:22 +07:00
Adrian Heine
34675f9de9 [videa] Adapt to updates
Closes #26288, closes #25973, closes #25650.
2020-08-12 13:36:47 +02:00
George Schizas
edd83104b4 Use initial data from JS instead to get chapters
There are probably a lot more useful data in there.
2020-08-11 12:20:47 +03:00
Aakash Gajjar
89cee32ce9
fix(tiktok): update title getter
Signed-off-by: Aakash Gajjar <skyqutip@gmail.com>
2020-08-11 12:02:23 +05:30
siikamiika
15eae44d74 harden regex with lookbehind 2020-08-11 00:13:43 +03:00
siikamiika
eaedbfd97e fix ytInitialData parsing 2020-08-11 00:05:32 +03:00
Alfonso Solbes
92b6dc13f3 [MyVideoGe] add new extractor 2020-08-10 17:58:10 +02:00
Unknown
1a57b3c03f flake8 fix. 2020-08-07 01:50:00 +02:00
Unknown
c68a4ae679 auth fix. 2020-08-07 01:28:23 +02:00
Unknown
a58f3e7777 flake8 2020-08-06 23:58:43 +02:00
Unknown
fb4126a18c working login. aac hq is working if available 2020-08-06 23:31:12 +02:00
Unknown
2ab47fa3a8 updated test. sign in sc.py 2020-08-06 15:41:41 +02:00
Adrian Heine
3d85256855 [magentamusik360] Add new extractor 2020-08-06 14:01:23 +02:00
Unknown
09cace68c2 hard web auth. 2020-08-06 00:47:37 +02:00
siikamiika
f0f76a33dc fix premiere live chat
They have isLiveContent = false so just check if the live chat renderer
continuation exists
2020-08-05 23:29:41 +03:00
Unknown
66f48768b0 sc web-auth api 2020-08-05 19:10:25 +02:00
siikamiika
88a68db03e flake8 2020-08-05 04:19:44 +03:00
siikamiika
7cd9e2a05f attempt to fix syntax error on older python 2020-08-05 04:14:25 +03:00
siikamiika
f96f5ddad9 rename variable 2020-08-05 04:04:36 +03:00
siikamiika
7627f548e6 run flake8 2020-08-05 03:38:07 +03:00
siikamiika
321bf820c5 check live chat replay existence 2020-08-05 03:30:10 +03:00
siikamiika
a78e3a5795 support youtube live chat replay 2020-08-05 01:02:23 +03:00
Unknown
ea4b8b6747 Revert "Merge remote-tracking branch 'origin/master'"
This reverts commit 2e6682d80e.
2020-08-04 23:22:27 +02:00
Unknown
2e6682d80e Merge remote-tracking branch 'origin/master' 2020-08-04 23:19:10 +02:00
siikamiika
98b69821e4 use dl function for subtitles 2020-08-03 23:54:52 +03:00
Julien Hadley Jack
abb41d6430 [ondemandkorea] add extractor error for odk premium content 2020-08-02 20:59:18 +02:00
Aakash Gajjar
b19eec0d33
[fix] python 2 "url" field is missing or empty
`try_get` fails for `expected_type=str`, because in python 2
string has `unicode` type.

This commit removes the `expected_type` to disable the comparison.
2020-08-01 11:57:52 +05:30
xarantolus
2ad7b6ace9 Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into fixYTSearch 2020-07-31 10:05:19 +02:00
xarantolus
a5e386d9fe Fix python2 compatibility and title extraction 2020-07-31 10:05:11 +02:00
Philipp
d39cf56210
Merge branch 'master' into fixYTSearch 2020-07-30 16:41:07 +02:00
xarantolus
4f37c60bf5 Run formatter 2020-07-30 16:38:56 +02:00
xarantolus
c449f70965 [youtube] Fix feed extraction
In order to extract videos from further pages, we need to get various variables that are in an argument to the `ytcfg.set` call in a script on the feed page.
2020-07-30 16:34:48 +02:00
Sergey M․
de722d3cd7 release 2020.07.28 2020-07-28 15:34:32 +02:00
Sergey M․
f4492c4890 [ChangeLog] Actualize
[ci skip]
2020-07-28 15:34:32 +02:00
Sergey M․
49004a6b59 [youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes #26136, closes #26137) 2020-07-28 15:34:32 +02:00
MRWITEK
54ffcbb8eb [youtube] Improve description extraction (closes #25937) (#25980) 2020-07-28 15:34:32 +02:00