Commit Graph

19017 Commits (187986a857993411fd31c4e017ea4fccccf343fa)
 

Author SHA1 Message Date
Tom-Oliver Heidel 12ae240c36
Merge pull request from nixxo/patch-1
[mtv] Fix a missing match_id
Tom-Oliver Heidel 76c2df5f0a
Merge pull request from nixxo/skyitalia
[skyitalia] Add new extractor
Tom-Oliver Heidel 90c3f039e2
Merge pull request from insaneracist/xtube-fix
[xtube] fix extractor ()
Unknown fa57af1ef3 flake8. added sha256 check to updater.
Tom-Oliver Heidel da6403d340
[skip travis] finalised workflow
Tom-Oliver Heidel 9891884768
[skip travis] half done workflow
Unknown 9f448fcb26 [core/yt_live_chat] live_chat is back. dl() new parameter
Peter Oettig 59c5fa91c1 Fixed problem with new youtube player, leading to "Unable to extract video data".
Tobias Gruetzmacher 7db1d2a69e Only use video id to find metadata
Dan Walker 3086aa194f Added Comcast_SSO fix
This fix had been proposed on yt-dl for a lengthy period of time but was never merged. It has been thoroughly tested but a large section of the community.
insaneracist 5b0a6a8010 [youtube] fix: extract mix playlist ids from ytInitialData ()
insaneracist 9322f1162d [youtube] fix: extract artist metadata from ytInitialData ()
nixxo 920ad13673 [skyitalia] fixed coding conventions
nixxo 508649e6f5 [rcs] fixed coding conventions
bopol bb8a73a0e2 [nitter] Add new extractor
Unknown 4932ba4aec [yt_live_chat] deactivate for now.
Unknown 0704d2224b [core] be able to hand over id and title using url_result
insaneracist 139e10ad98 [newgrounds] fix: video download
insaneracist 576d233fe6 [xtube] fix extractor ()
nixxo a85e131b48 [rcs] Add new extractor
nixxo 165ce9f773 [gedi] removed unused tests, fixed extractor name
Tom-Oliver Heidel ddb77f30ee
Merge pull request from insaneracist/bandcamp-fix-tests
[bandcamp] fix failing test. remove subclass hack
nixxo 81a20463a4 [skyitalia] moved token
nixxo 0b72c2bc31 [skyitalia] removed arbitrary parameter
nixxo c3c18d7b8a [skyitalia] Add new extractor
insaneracist ccec6955f3 [bandcamp] fix failing test. remove subclass hack
Tom-Oliver Heidel cf553deceb
[skip travis] update travis badge
nixxo 6c6ee4905f [mtv] proposed fix
Tom-Oliver Heidel 1808b9e28c
Merge pull request from amigatomte/patch-1
Update to reflect website changes.
Unknown 079a941282 [mtv] add match_id reminder
Unknown 3467b3e28f [skip travis][bandcamp] fix minor typo in tests
Tom-Oliver Heidel 565e61d488
Merge pull request from insaneracist/bandcamp-fix
[bandcamp] restore album downloads
Tom-Oliver Heidel ba2136cba2
Merge pull request from peet1993/youtube_js_url_fix
Fixed problem with JS player URL
insaneracist 48aac9fc86 [bandcamp] restore album downloads
flake8 conform
Peter Oettig 67b19799a5 Fixed problem with JS player URL
The JS player URL could not be found anymore, possibly because of a change on Youtubes side.
Unknown 6f8557ec4d [skip travis] add note to remove tvland.
amigatomte fb9c36c45f
Update to reflect website changes.
Dan Walker 87ab4fb11a Added DRM logic
In the event when there are no available sources due to DRM controlled sources, return a DRM error and don't proceed with trying.

 reports that an ExtractorError "No video formats found". Which is true, because the formats list is empty, however it's empty because they are all locked. This provides a more informative message to the end-user.

# TESTING
Tried the URL provided in  and confirmed a DRM messages is returned.
Tom-Oliver Heidel ee69b02a4f
Merge pull request from B0pol/webarchive
use webarchive to fix a dead link in README
bopol 9754a441e3 use webarchive to fix a dead link in README
GreyAlien502 61e76c1e5f
simplify second page fetch
Co-authored-by: Merval <merval@users.noreply.github.com>
nixxo d4ca287459 [gedi] fixed class name
nixxo a916af123c [gedi] Add new extractor
GreyAlien502 7bbc0bbce0 fix tiktok download
nixxo 5fec75c81c
[mtv] Fix a missing match_id
Fix a problem introduced in 320724f964 where is extracted the ID from the url with self._match_id but the problem is that ID is not always present in the url passed so the title should be extracted as proposed by the fix (and like is done in _real_extract (see line 337))
Tom-Oliver Heidel 6410992da9
[skip travis] updated readme
replaced download links
added 'how to update'
Tom-Oliver Heidel 587ceadc8f
Merge pull request from blackjack4494/master
Release 26.10.2020
Unknown 8045ef7760 next release: 2020.10.26
Unknown fb2c9277bc [youtube] ultimate age gate fix
Tom-Oliver Heidel ff3c7af428 Merge branch 'merval-merval/fix_tiktok'