aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-31Merge pull request #74 from blackjack4494/masterTom-Oliver Heidel
Release 2020.10.31
2020-10-31[skip travis] templates and urlsUnknown
2020-10-31Merge pull request #61 from merval/merval/comcast_sso_fixTom-Oliver Heidel
Added Comcast_SSO fix
2020-10-31Merge pull request #65 from TobiX/fix-netzkinoTom-Oliver Heidel
[Netzkino] Only use video id to find metadata
2020-10-31Merge pull request #55 from insaneracist/youtube-music-metadata-fixTom-Oliver Heidel
[youtube] fix: extract artist metadata from ytInitialData (#49)
2020-10-31Merge pull request #47 from insaneracist/newgrounds-fixTom-Oliver Heidel
[newgrounds] fix: video download
2020-10-31Merge pull request #51 from B0pol/nitterTom-Oliver Heidel
[nitter] Add new extractor
2020-10-31Merge pull request #30 from merval/merval/brightcove_drmTom-Oliver Heidel
Added DRM logic to brightcove
2020-10-31Merge pull request #19 from nixxo/patch-1Tom-Oliver Heidel
[mtv] Fix a missing match_id
2020-10-31Merge pull request #40 from nixxo/skyitaliaTom-Oliver Heidel
[skyitalia] Add new extractor
2020-10-31Merge pull request #45 from insaneracist/xtube-fixTom-Oliver Heidel
[xtube] fix extractor (#17)
2020-10-31flake8. added sha256 check to updater.Unknown
2020-10-31[skip travis] finalised workflowTom-Oliver Heidel
2020-10-31[skip travis] half done workflowTom-Oliver Heidel
2020-10-31[core/yt_live_chat] live_chat is back. dl() new parameterUnknown
2020-10-30Only use video id to find metadataTobias Gruetzmacher
2020-10-30Added Comcast_SSO fixDan Walker
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.
2020-10-29[youtube] fix: extract artist metadata from ytInitialData (#49)insaneracist
2020-10-29[skyitalia] fixed coding conventionsnixxo
2020-10-29[nitter] Add new extractorbopol
2020-10-29[yt_live_chat] deactivate for now.Unknown
2020-10-29[core] be able to hand over id and title using url_resultUnknown
2020-10-28[newgrounds] fix: video downloadinsaneracist
2020-10-28[xtube] fix extractor (#17)insaneracist
2020-10-28Merge pull request #39 from insaneracist/bandcamp-fix-testsTom-Oliver Heidel
[bandcamp] fix failing test. remove subclass hack
2020-10-28[skyitalia] moved tokennixxo
2020-10-28[skyitalia] removed arbitrary parameternixxo
2020-10-28[skyitalia] Add new extractornixxo
2020-10-28[bandcamp] fix failing test. remove subclass hackinsaneracist
2020-10-28[skip travis] update travis badgeTom-Oliver Heidel
2020-10-28[mtv] proposed fixnixxo
2020-10-28Merge pull request #32 from amigatomte/patch-1Tom-Oliver Heidel
Update to reflect website changes.
2020-10-28[mtv] add match_id reminderUnknown
2020-10-28[skip travis][bandcamp] fix minor typo in testsUnknown
2020-10-28Merge pull request #36 from insaneracist/bandcamp-fixTom-Oliver Heidel
[bandcamp] restore album downloads
2020-10-28Merge pull request #35 from peet1993/youtube_js_url_fixTom-Oliver Heidel
Fixed problem with JS player URL
2020-10-27[bandcamp] restore album downloadsinsaneracist
flake8 conform
2020-10-27Fixed problem with JS player URLPeter Oettig
The JS player URL could not be found anymore, possibly because of a change on Youtubes side.
2020-10-27[skip travis] add note to remove tvland.Unknown
2020-10-27Update to reflect website changes.amigatomte
2020-10-27Added DRM logicDan Walker
In the event when there are no available sources due to DRM controlled sources, return a DRM error and don't proceed with trying. #28 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 #28 and confirmed a DRM messages is returned.
2020-10-27Merge pull request #29 from B0pol/webarchiveTom-Oliver Heidel
use webarchive to fix a dead link in README
2020-10-27use webarchive to fix a dead link in READMEbopol
2020-10-26[mtv] Fix a missing match_idnixxo
Fix a problem introduced in 320724f964f09a5e1f08edd246464db4f0d297f9 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))
2020-10-26[skip travis] updated readmeTom-Oliver Heidel
replaced download links added 'how to update'
2020-10-26Merge pull request #16 from blackjack4494/masterTom-Oliver Heidel
Release 26.10.2020
2020-10-26next release: 2020.10.26Unknown
2020-10-26[youtube] ultimate age gate fixUnknown
2020-10-26Merge branch 'merval-merval/fix_tiktok'Tom-Oliver Heidel
2020-10-26[tiktok] fallback url + cookieUnknown