aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #74 from blackjack4494/masterTom-Oliver Heidel2020-10-3132-268/+722
|\ | | | | Release 2020.10.31
| * [skip travis] templates and urlsUnknown2020-10-3112-40/+40
| |
| * Merge pull request #61 from merval/merval/comcast_sso_fixTom-Oliver Heidel2020-10-311-0/+7
| |\ | | | | | | Added Comcast_SSO fix
| | * Added Comcast_SSO fixDan Walker2020-10-301-0/+7
| | | | | | | | | | | | 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.
| * | Merge pull request #65 from TobiX/fix-netzkinoTom-Oliver Heidel2020-10-311-23/+24
| |\ \ | | | | | | | | [Netzkino] Only use video id to find metadata
| | * | Only use video id to find metadataTobias Gruetzmacher2020-10-301-23/+24
| | |/
| * | Merge pull request #55 from insaneracist/youtube-music-metadata-fixTom-Oliver Heidel2020-10-311-0/+46
| |\ \ | | | | | | | | [youtube] fix: extract artist metadata from ytInitialData (#49)
| | * | [youtube] fix: extract artist metadata from ytInitialData (#49)insaneracist2020-10-291-0/+46
| | |/
| * | Merge pull request #47 from insaneracist/newgrounds-fixTom-Oliver Heidel2020-10-311-36/+71
| |\ \ | | | | | | | | [newgrounds] fix: video download
| | * | [newgrounds] fix: video downloadinsaneracist2020-10-281-36/+71
| | | |
| * | | Merge pull request #51 from B0pol/nitterTom-Oliver Heidel2020-10-313-0/+169
| |\ \ \ | | | | | | | | | | [nitter] Add new extractor
| | * | | [nitter] Add new extractorbopol2020-10-293-0/+169
| | | |/ | | |/|
| * | | Merge pull request #30 from merval/merval/brightcove_drmTom-Oliver Heidel2020-10-311-2/+11
| |\ \ \ | | | | | | | | | | Added DRM logic to brightcove
| | * | | Added DRM logicDan Walker2020-10-271-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Merge pull request #19 from nixxo/patch-1Tom-Oliver Heidel2020-10-311-3/+4
| |\ \ \ \ | | | | | | | | | | | | [mtv] Fix a missing match_id
| | * | | | [mtv] proposed fixnixxo2020-10-281-4/+4
| | | | | |
| | * | | | [mtv] add match_id reminderUnknown2020-10-281-0/+1
| | | | | |
| | * | | | [mtv] Fix a missing match_idnixxo2020-10-261-1/+1
| | |/ / / | | | | | | | | | | 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))
| * | | | Merge pull request #40 from nixxo/skyitaliaTom-Oliver Heidel2020-10-312-0/+123
| |\ \ \ \ | | | | | | | | | | | | [skyitalia] Add new extractor
| | * | | | [skyitalia] fixed coding conventionsnixxo2020-10-291-2/+2
| | | | | |
| | * | | | [skyitalia] moved tokennixxo2020-10-281-1/+1
| | | | | |
| | * | | | [skyitalia] removed arbitrary parameternixxo2020-10-281-1/+1
| | | | | |
| | * | | | [skyitalia] Add new extractornixxo2020-10-282-0/+123
| | | | | |
| * | | | | Merge pull request #45 from insaneracist/xtube-fixTom-Oliver Heidel2020-10-311-27/+20
| |\ \ \ \ \ | | | | | | | | | | | | | | [xtube] fix extractor (#17)
| | * | | | | [xtube] fix extractor (#17)insaneracist2020-10-281-27/+20
| | | | | | |
| * | | | | | flake8. added sha256 check to updater.Unknown2020-10-313-3/+21
| | | | | | |
| * | | | | | [skip travis] finalised workflowTom-Oliver Heidel2020-10-311-3/+15
| | | | | | |
| * | | | | | [skip travis] half done workflowTom-Oliver Heidel2020-10-311-7/+7
| | | | | | |
| * | | | | | [core/yt_live_chat] live_chat is back. dl() new parameterUnknown2020-10-314-13/+24
| | |_|_|/ / | |/| | | |
| * | | | | [yt_live_chat] deactivate for now.Unknown2020-10-291-2/+2
| | | | | |
| * | | | | [core] be able to hand over id and title using url_resultUnknown2020-10-292-3/+8
| |/ / / /
| * | | | Merge pull request #39 from insaneracist/bandcamp-fix-testsTom-Oliver Heidel2020-10-282-11/+2
| |\ \ \ \ | | |_|_|/ | |/| | | [bandcamp] fix failing test. remove subclass hack
| | * | | [bandcamp] fix failing test. remove subclass hackinsaneracist2020-10-282-11/+2
| |/ / /
| * | | [skip travis] update travis badgeTom-Oliver Heidel2020-10-281-1/+1
| | | |
| * | | Merge pull request #32 from amigatomte/patch-1Tom-Oliver Heidel2020-10-281-21/+28
| |\ \ \ | | | | | | | | | | Update to reflect website changes.
| | * | | Update to reflect website changes.amigatomte2020-10-271-21/+28
| | | | |
| * | | | [skip travis][bandcamp] fix minor typo in testsUnknown2020-10-281-1/+1
| | | | |
| * | | | Merge pull request #36 from insaneracist/bandcamp-fixTom-Oliver Heidel2020-10-282-85/+104
| |\ \ \ \ | | | | | | | | | | | | [bandcamp] restore album downloads
| | * | | | [bandcamp] restore album downloadsinsaneracist2020-10-272-85/+104
| | | |/ / | | |/| | | | | | | | | | | | flake8 conform
| * | | | Merge pull request #35 from peet1993/youtube_js_url_fixTom-Oliver Heidel2020-10-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Fixed problem with JS player URL
| | * | | Fixed problem with JS player URLPeter Oettig2020-10-271-1/+1
| |/ / / | | | | | | | | | | | | The JS player URL could not be found anymore, possibly because of a change on Youtubes side.
| * / / [skip travis] add note to remove tvland.Unknown2020-10-271-0/+2
| |/ /
| * | Merge pull request #29 from B0pol/webarchiveTom-Oliver Heidel2020-10-271-1/+1
| |\ \ | | |/ | |/| use webarchive to fix a dead link in README
| | * use webarchive to fix a dead link in READMEbopol2020-10-271-1/+1
| |/
| * [skip travis] updated readmeTom-Oliver Heidel2020-10-261-3/+8
| | | | | | | | replaced download links added 'how to update'
* | Merge pull request #16 from blackjack4494/masterTom-Oliver Heidel2020-10-268-25/+49
|\| | | | | Release 26.10.2020
| * next release: 2020.10.26Unknown2020-10-266-13/+13
| |
| * [youtube] ultimate age gate fixUnknown2020-10-261-2/+18
| |
| * Merge branch 'merval-merval/fix_tiktok'Tom-Oliver Heidel2020-10-261-10/+18
| |\
| | * [tiktok] fallback url + cookieUnknown2020-10-261-5/+13
| | |