Commit Graph

19050 Commits (412cce82b06b3eb9788ac31b569d16316f79b03e)
 

Author SHA1 Message Date
felix de7c27cd25 [dispeak] mark the "slides" stream as video-only
tfvlrue aa27253556
[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).

Co-authored-by: tfvlrue <tfvlrue>
Unknown e02cdb31bb [skip travis] update supportedsites and make_win.bat
Unknown ac4df0908a [skip travis] bump version
Tom-Oliver Heidel b4d85aad9c Merge branch 'skyme5-tiktok'
Tom-Oliver Heidel 6cef08ad00 Merge branch 'tiktok' of https://github.com/skyme5/youtube-dl into skyme5-tiktok
Tom-Oliver Heidel dcaf0f1e54 Merge branch 'lkho-pr/duboku'
Tom-Oliver Heidel df38b4a1a9 Merge branch 'pr/duboku' of https://github.com/lkho/youtube-dl into lkho-pr/duboku
Tom-Oliver Heidel 88f365113d Merge branch 'hugohaa-alura'
Tom-Oliver Heidel ca640230de Merge branch 'alura' of https://github.com/hugohaa/youtube-dl into hugohaa-alura
Tom-Oliver Heidel d2fab86546 Merge branch 'adrianheine-26564'
Tom-Oliver Heidel 310f762636 Merge branch '26564' of https://github.com/adrianheine/youtube-dl into adrianheine-26564
Tom-Oliver Heidel 1f0a81ebb6 Merge branch 'ddland-master'
Tom-Oliver Heidel 23306df2d8 Merge branch 'master' of https://github.com/ddland/youtube-dl into ddland-master
Tom-Oliver Heidel 6277650c46 Merge branch 'nixxo-patch-2'
Tom-Oliver Heidel bb1d0b26ed Merge branch 'patch-2' of https://github.com/nixxo/youtube-dl into nixxo-patch-2
Unknown 55e106d1b0 Merge remote-tracking branch 'origin/master'
Tom-Oliver Heidel 54f993186b Merge branch 'fonkap-myvideo_ge'
Tom-Oliver Heidel 0f0762a761 Merge branch 'myvideo_ge' of https://github.com/fonkap/youtube-dl into fonkap-myvideo_ge
Tom-Oliver Heidel 4d0d5e37f9
Merge pull request from blackjack4494/viki-subtitles_and_more
[Viki] subtitles, formats
Tom-Oliver Heidel fb29d85904 Merge branch 'iamleot-rai-update'
Tom-Oliver Heidel d153de9d10 Merge branch 'rai-update' of https://github.com/iamleot/youtube-dl into iamleot-rai-update
Tom-Oliver Heidel 3882ccbeb9 Merge branch 'JensTimmerman-JensTimmerman-patch-1'
Tom-Oliver Heidel e61b2178eb Merge branch 'JensTimmerman-patch-1' of https://github.com/JensTimmerman/youtube-dl into JensTimmerman-JensTimmerman-patch-1
Unknown 39e7107d7f Merge branch 'ytdl-org-master'
Tom-Oliver Heidel 516360d9da Merge branch 'legraphista-fix/google-drive-cookie-issue'
Tom-Oliver Heidel 448f4b70c6 Merge branch 'fix/google-drive-cookie-issue' of https://github.com/legraphista/youtube-dl into legraphista-fix/google-drive-cookie-issue
Unknown 4ae68091bb [soundcloud] flake8
Unknown 921dc153f3 [ndr-daserste] flake8
Adrian Heine 37fb591c0b [bitchute] Fix error for geoblocking
Closes .
Unknown dc9d8f44d6 [daserste-ndr] dirty workaround
what a mess..
Unknown 169bd46bdc [viki] subtitles, formats
Unknown 389709160c [soundcloud] playlist limit per page according to official docs
https://github.com/ytdl-org/youtube-dl/pull/26557
lkho b0f50733a1 [duboku] change ext to mp4
Tom-Oliver Heidel 771a0ba4d2 Merge branch 'adrianheine-rutv'
Tom-Oliver Heidel cb2ea2d5ef Merge branch 'rutv' of https://github.com/adrianheine/youtube-dl into adrianheine-rutv
Tom-Oliver Heidel 02f681696b Merge branch 'adrianheine-magenta'
Tom-Oliver Heidel 10a4858d8f Merge branch 'magenta' of https://github.com/adrianheine/youtube-dl into adrianheine-magenta
Tom-Oliver Heidel ca8d81baee Merge branch 'martin54-ard.py_add_playlist_support'
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
Tom-Oliver Heidel 1c547dc8b3
[skip travis] add gitter and license badge
Derek Land 4eacbc1722 removed trailing whitespace
Derek Land e182ba877b with old url pattern intact
Derek Land d52335245d fixed change in rtl.nl url pattern
Teemu Ikonen 1683735ea5 [elonet] Add extractor (closes )
lkho 1b8805f831 [duboku] add referer header
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.
xarantolus c4a1d0eef8 Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into fixYTSearch
xarantolus bea9b00588 Fix regex for other variable declaration type
This now supports declarations like `window["ytInitialData"] = ...` and `var ytInitialData = ...`
xarantolus f442082a50 [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.