Commit Graph

18292 Commits (97d391cd0d66dc9284db24b2cc4c6585ddd0389d)
 

Author SHA1 Message Date
Tom-Oliver Heidel 88f365113d Merge branch 'hugohaa-alura' 4 years ago
Tom-Oliver Heidel ca640230de Merge branch 'alura' of https://github.com/hugohaa/youtube-dl into hugohaa-alura 4 years ago
Tom-Oliver Heidel d2fab86546 Merge branch 'adrianheine-26564' 4 years ago
Tom-Oliver Heidel 310f762636 Merge branch '26564' of https://github.com/adrianheine/youtube-dl into adrianheine-26564 4 years ago
Tom-Oliver Heidel 1f0a81ebb6 Merge branch 'ddland-master' 4 years ago
Tom-Oliver Heidel 23306df2d8 Merge branch 'master' of https://github.com/ddland/youtube-dl into ddland-master 4 years ago
Tom-Oliver Heidel 6277650c46 Merge branch 'nixxo-patch-2' 4 years ago
Tom-Oliver Heidel bb1d0b26ed Merge branch 'patch-2' of https://github.com/nixxo/youtube-dl into nixxo-patch-2 4 years ago
Unknown 55e106d1b0 Merge remote-tracking branch 'origin/master' 4 years ago
Tom-Oliver Heidel 54f993186b Merge branch 'fonkap-myvideo_ge' 4 years ago
Tom-Oliver Heidel 0f0762a761 Merge branch 'myvideo_ge' of https://github.com/fonkap/youtube-dl into fonkap-myvideo_ge 4 years ago
Tom-Oliver Heidel 4d0d5e37f9
Merge pull request #69 from blackjack4494/viki-subtitles_and_more
[Viki] subtitles, formats
4 years ago
Tom-Oliver Heidel fb29d85904 Merge branch 'iamleot-rai-update' 4 years ago
Tom-Oliver Heidel d153de9d10 Merge branch 'rai-update' of https://github.com/iamleot/youtube-dl into iamleot-rai-update 4 years ago
Tom-Oliver Heidel 3882ccbeb9 Merge branch 'JensTimmerman-JensTimmerman-patch-1' 4 years ago
Tom-Oliver Heidel e61b2178eb Merge branch 'JensTimmerman-patch-1' of https://github.com/JensTimmerman/youtube-dl into JensTimmerman-JensTimmerman-patch-1 4 years ago
Unknown 39e7107d7f Merge branch 'ytdl-org-master' 4 years ago
Tom-Oliver Heidel 516360d9da Merge branch 'legraphista-fix/google-drive-cookie-issue' 4 years ago
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 4 years ago
Unknown 4ae68091bb [soundcloud] flake8 4 years ago
Unknown 921dc153f3 [ndr-daserste] flake8 4 years ago
Adrian Heine 37fb591c0b [bitchute] Fix error for geoblocking
Closes #26564.
4 years ago
Unknown dc9d8f44d6 [daserste-ndr] dirty workaround
what a mess..
4 years ago
Unknown 169bd46bdc [viki] subtitles, formats 4 years ago
Unknown 389709160c [soundcloud] playlist limit per page according to official docs
https://github.com/ytdl-org/youtube-dl/pull/26557
4 years ago
lkho b0f50733a1 [duboku] change ext to mp4 4 years ago
Tom-Oliver Heidel 771a0ba4d2 Merge branch 'adrianheine-rutv' 4 years ago
Tom-Oliver Heidel cb2ea2d5ef Merge branch 'rutv' of https://github.com/adrianheine/youtube-dl into adrianheine-rutv 4 years ago
Tom-Oliver Heidel 02f681696b Merge branch 'adrianheine-magenta' 4 years ago
Tom-Oliver Heidel 10a4858d8f Merge branch 'magenta' of https://github.com/adrianheine/youtube-dl into adrianheine-magenta 4 years ago
Tom-Oliver Heidel ca8d81baee Merge branch 'martin54-ard.py_add_playlist_support' 4 years ago
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 4 years ago
Tom-Oliver Heidel 1c547dc8b3
[skip travis] add gitter and license badge 4 years ago
Derek Land 4eacbc1722 removed trailing whitespace 4 years ago
Derek Land e182ba877b with old url pattern intact 4 years ago
Derek Land d52335245d fixed change in rtl.nl url pattern 4 years ago
Teemu Ikonen 1683735ea5 [elonet] Add extractor (closes #24774) 4 years ago
lkho 1b8805f831 [duboku] add referer header 4 years ago
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.
4 years ago
xarantolus c4a1d0eef8 Merge branch 'fixYTSearch' of https://github.com/xarantolus/youtube-dl into fixYTSearch 4 years ago
xarantolus bea9b00588 Fix regex for other variable declaration type
This now supports declarations like `window["ytInitialData"] = ...` and `var ytInitialData = ...`
4 years ago
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.
4 years ago
xarantolus 1f93faf60b [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
4 years ago
xarantolus 299056ad52 Fix python2 compatibility and title extraction 4 years ago
xarantolus f536080701 Run formatter 4 years ago
xarantolus 5c430b67bd [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.
4 years ago
xarantolus e03b4f3e05 [youtube] Make search extraction less dependent on json schema.
If an object looks like a video (it has a `videoId` key), assume that it is.
4 years ago
xarantolus 19f671f88b [youtube] Move search URL extraction to appropriate extractor 4 years ago
xarantolus b948643f9c [youtube] Fix extraction of search urls (closes ytdl-org/youtube-dl#25696) 4 years ago
Sergey M․ d51e23d9fc
release 2020.09.06 4 years ago