31736 Commits

Author SHA1 Message Date
tfvlrue
7aebbb8ec7 [soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when listing a user's tracks.
Per the documentation here https://developers.soundcloud.com/blog/offset-pagination-deprecated the maximum limit is 200, so let's respect that (even if a higher value sometimes works).
2020-09-11 22:16:13 -04:00
Unknown
4ae68091bb [soundcloud] flake8 2020-09-12 01:17:16 +02:00
Unknown
921dc153f3 [ndr-daserste] flake8 2020-09-12 01:12:39 +02:00
Adrian Heine
37fb591c0b [bitchute] Fix error for geoblocking
Closes #26564.
2020-09-11 23:31:44 +02:00
Thomas Tsiakalakis
193c93cf39 Merge branch 'ytdl-org-master' 2020-09-11 22:07:25 +02:00
Thomas Tsiakalakis
a5828ee1ff Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into ytdl-org-master 2020-09-11 22:06:59 +02:00
Unknown
dc9d8f44d6 [daserste-ndr] dirty workaround
what a mess..
2020-09-11 03:20:44 +02:00
hodayabu
2229c2b3e7
fix unicode characters (#357)
Co-authored-by: bhodaya <bhodaya@videocites.com>
2020-09-10 13:05:10 +03:00
hodayabu
001c25e1a5
Merge pull request #358 from aviperes/bad_video_title_for_watch
adding "," as an invalid title
2020-09-10 12:33:18 +03:00
Unknown
169bd46bdc [viki] subtitles, formats 2020-09-09 21:20:13 +02:00
Avichai
d710012d4c adding "," as an invalid title 2020-09-09 19:32:28 +03:00
Unknown
389709160c [soundcloud] playlist limit per page according to official docs
https://github.com/ytdl-org/youtube-dl/pull/26557
2020-09-09 18:24:20 +02:00
lkho
b0f50733a1 [duboku] change ext to mp4 2020-09-09 03:15:08 +08:00
Tom-Oliver Heidel
771a0ba4d2 Merge branch 'adrianheine-rutv' 2020-09-08 19:28:58 +02:00
Tom-Oliver Heidel
cb2ea2d5ef Merge branch 'rutv' of https://github.com/adrianheine/youtube-dl into adrianheine-rutv 2020-09-08 18:58:19 +02:00
Tom-Oliver Heidel
02f681696b Merge branch 'adrianheine-magenta' 2020-09-08 18:49:48 +02:00
Tom-Oliver Heidel
10a4858d8f Merge branch 'magenta' of https://github.com/adrianheine/youtube-dl into adrianheine-magenta 2020-09-08 18:49:11 +02:00
Tom-Oliver Heidel
ca8d81baee Merge branch 'martin54-ard.py_add_playlist_support' 2020-09-08 18:31:57 +02:00
Tom-Oliver Heidel
baf36445c1 Merge branch 'ard.py_add_playlist_support' of https://github.com/martin54/youtube-dl into martin54-ard.py_add_playlist_support 2020-09-08 18:31:53 +02:00
Tom-Oliver Heidel
1c547dc8b3
[skip travis] add gitter and license badge 2020-09-08 18:02:04 +02:00
Vilim Lendvaj
44a5a32080
Update to new Niconico playlist format 2020-09-08 13:57:38 +02:00
Derek Land
4eacbc1722 removed trailing whitespace 2020-09-08 13:32:46 +02:00
Derek Land
e182ba877b with old url pattern intact 2020-09-08 13:14:16 +02:00
Derek Land
d52335245d fixed change in rtl.nl url pattern 2020-09-08 13:09:21 +02:00
Teemu Ikonen
1683735ea5 [elonet] Add extractor (closes #24774) 2020-09-08 09:15:03 +03:00
siikamiika
942fffbfc1 remove debug code 2020-09-08 00:31:08 +03:00
siikamiika
74e939dae2 handle errors 2020-09-08 00:31:08 +03:00
siikamiika
b8d4a87560 harden regex with lookbehind 2020-09-08 00:31:08 +03:00
siikamiika
13114df673 fix ytInitialData parsing 2020-09-08 00:31:08 +03:00
siikamiika
17d14e05f7 fix premiere live chat
They have isLiveContent = false so just check if the live chat renderer
continuation exists
2020-09-08 00:31:08 +03:00
siikamiika
b8eff9125a flake8 2020-09-08 00:31:08 +03:00
siikamiika
8ff9f315b0 attempt to fix syntax error on older python 2020-09-08 00:31:08 +03:00
siikamiika
b50548d893 rename variable 2020-09-08 00:31:08 +03:00
siikamiika
d3fd1d8b93 run flake8 2020-09-08 00:31:08 +03:00
siikamiika
f671e41ffe check live chat replay existence 2020-09-08 00:31:08 +03:00
siikamiika
2c4a7e0f68 support youtube live chat replay 2020-09-08 00:31:08 +03:00
siikamiika
a72a13dc4a use dl function for subtitles 2020-09-08 00:31:08 +03:00
tsukumijima
dfff793dae [niconico] fix "E225 missing whitespace around operator" error in flake8 2020-09-08 03:44:35 +09:00
lkho
1b8805f831 [duboku] add referer header 2020-09-07 21:03:39 +08:00
nixxo
d53fec697e
[mailru] fixed extraction
improved valid_url regex to match more urls like
>https://my.mail.ru/mail/7bw7/video/embed/_myvideo/6778
>https://videoapi.my.mail.ru/videos/embed/mail/7bw7/_myvideo/6778.html
previously not matched.

Fixed json extraction to download metadata and video url.
2020-09-07 14:21:21 +02:00
tsukumijima
697fd6905d Merge remote-tracking branch 'upstream/master' into fix/niconico 2020-09-07 21:19:29 +09:00
Surkal
e062ec875d split regex 2020-09-07 12:24:28 +02:00
Giuseppe Lumia
483056d624
[youtube] Fix youtube mix playlist extraction (closes #26390) 2020-09-06 21:21:11 +02:00
Julian Kornberger
16c4f31c14 [youtube] Move comments into note field
This way they can be accessed externally.
2020-09-06 20:53:16 +02:00
Surkal
9d037f4f1d fix regex 2020-09-06 19:00:26 +02:00
Surkal
68b5101b48 [Lumni] Add new extractor 2020-09-06 18:43:14 +02:00
oleksis
6a7dee2451 Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into PictaExtractor 2020-09-06 11:02:31 -04:00
Mattias Wadman
ca058603e5 [svt] Add timestamp and thumbnail in more cases
Add timestamp, set to "valid from" which i think could been seen as publish time.
Add thumbnail in more cases, seems to was only done in the embedded data case for some reason.
Update API URL (current one redirects to it).
Switch svtplay test url to an existing video and also one with no expire date.
Also add an additional thumbnail url test regex.
2020-09-06 11:15:17 +02:00
xarantolus
c4a1d0eef8 Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into fixYTSearch 2020-09-06 09:25:02 +02:00
xarantolus
bea9b00588 Fix regex for other variable declaration type
This now supports declarations like `window["ytInitialData"] = ...` and `var ytInitialData = ...`
2020-09-06 09:22:49 +02:00