aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #108 from insaneracist/ytdl-pr/24751-zoomusTom-Oliver Heidel2020-11-042-0/+83
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | [zoom] new extractor
| * | | | | | | | | | | [zoom] rename extractor from zoomusinsaneracist2020-11-042-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | [zoomus] Adjusted url regex, now allowing for arbitrary long ids, dont throw ↵Roman Sebastian Karwacik2020-11-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning if password field not found
| * | | | | | | | | | | [zoomus] Adjusted referer header, fixed formating for flake8Roman Sebastian Karwacik2020-11-021-2/+4
| | | | | | | | | | | |
| * | | | | | | | | | | [zoomus] Added support for password protected videosRoman Sebastian Karwacik2020-11-021-1/+30
| | | | | | | | | | | |
| * | | | | | | | | | | [zoomus] coding conventionsRoman Sebastian Karwacik2020-11-021-9/+13
| | | | | | | | | | | |
| * | | | | | | | | | | [zoomus] CleanupRoman Sebastian Karwacik2020-11-021-12/+9
| | | | | | | | | | | |
| * | | | | | | | | | | [zoomus] Allow for more urlsRoman Sebastian Karwacik2020-11-021-2/+1
| | | | | | | | | | | |
| * | | | | | | | | | | [zoomus] Add new extractorRoman Sebastian Karwacik2020-11-022-0/+52
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #57 from insaneracist/youtube-mix-fixTom-Oliver Heidel2020-11-031-9/+26
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | [youtube] fix: extract mix playlist ids from ytInitialData (#33)
| * | | | | | | | | | python2: don't use str, use compat_strinsaneracist2020-11-021-4/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into youtube-mix-fixinsaneracist2020-10-3128-156/+581
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | [youtube] fix: extract mix playlist ids from ytInitialData (#33)insaneracist2020-10-291-9/+26
| | | | | | | | | | |
* | | | | | | | | | | [skip travis] add option to use pip to use masterTom-Oliver Heidel2020-11-031-0/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #68 from peet1993/masterTom-Oliver Heidel2020-11-031-54/+71
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Youtube] Fixed problem with new youtube player
| * | | | | | | | | | | Fixed problem with new youtube player, leading to "Unable to extract video ↵Peter Oettig2020-10-311-54/+71
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data".
* | | | | | | | | | | Merge pull request #82 from nixxo/skyitaliaTom-Oliver Heidel2020-11-031-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | [skyitalia] added geoblock msg
| * | | | | | | | | | [skyitalia] added geoblock msgnixxo2020-10-311-0/+4
| | | | | | | | | | |
* | | | | | | | | | | [skip travis]Tom-Oliver Heidel2020-11-021-1/+0
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | [skip travis] select python 3.8 in workflow fileTom-Oliver Heidel2020-11-011-1/+1
| | | | | | | | | |
* | | | | | | | | | [core] sleep-subtitles fixUnknown2020-11-012-6/+7
| | | | | | | | | |
* | | | | | | | | | [viki] new way of obtaining subtitles.Unknown2020-11-011-11/+9
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | [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
| |_|_|/ / / / / / |/| | | | | | | |