Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-02 | [zoomus] Adjusted url regex, now allowing for arbitrary long ids, dont throw ↵ | Roman Sebastian Karwacik | |
warning if password field not found | |||
2020-11-02 | [zoomus] Adjusted referer header, fixed formating for flake8 | Roman Sebastian Karwacik | |
2020-11-02 | [zoomus] Added support for password protected videos | Roman Sebastian Karwacik | |
2020-11-02 | [zoomus] coding conventions | Roman Sebastian Karwacik | |
2020-11-02 | [zoomus] Cleanup | Roman Sebastian Karwacik | |
2020-11-02 | [zoomus] Allow for more urls | Roman Sebastian Karwacik | |
2020-11-02 | [zoomus] Add new extractor | Roman Sebastian Karwacik | |
2020-11-01 | [skip travis] select python 3.8 in workflow file | Tom-Oliver Heidel | |
2020-11-01 | [core] sleep-subtitles fix | Unknown | |
2020-11-01 | [viki] new way of obtaining subtitles. | Unknown | |
2020-10-31 | [skip travis] templates and urls | Unknown | |
2020-10-31 | Merge pull request #61 from merval/merval/comcast_sso_fix | Tom-Oliver Heidel | |
Added Comcast_SSO fix | |||
2020-10-31 | Merge pull request #65 from TobiX/fix-netzkino | Tom-Oliver Heidel | |
[Netzkino] Only use video id to find metadata | |||
2020-10-31 | Merge pull request #55 from insaneracist/youtube-music-metadata-fix | Tom-Oliver Heidel | |
[youtube] fix: extract artist metadata from ytInitialData (#49) | |||
2020-10-31 | Merge pull request #47 from insaneracist/newgrounds-fix | Tom-Oliver Heidel | |
[newgrounds] fix: video download | |||
2020-10-31 | Merge pull request #51 from B0pol/nitter | Tom-Oliver Heidel | |
[nitter] Add new extractor | |||
2020-10-31 | Merge pull request #30 from merval/merval/brightcove_drm | Tom-Oliver Heidel | |
Added DRM logic to brightcove | |||
2020-10-31 | Merge pull request #19 from nixxo/patch-1 | Tom-Oliver Heidel | |
[mtv] Fix a missing match_id | |||
2020-10-31 | Merge pull request #40 from nixxo/skyitalia | Tom-Oliver Heidel | |
[skyitalia] Add new extractor | |||
2020-10-31 | Merge pull request #45 from insaneracist/xtube-fix | Tom-Oliver Heidel | |
[xtube] fix extractor (#17) | |||
2020-10-31 | flake8. added sha256 check to updater. | Unknown | |
2020-10-31 | [skip travis] finalised workflow | Tom-Oliver Heidel | |
2020-10-31 | [skip travis] half done workflow | Tom-Oliver Heidel | |
2020-10-31 | [core/yt_live_chat] live_chat is back. dl() new parameter | Unknown | |
2020-10-30 | Only use video id to find metadata | Tobias Gruetzmacher | |
2020-10-30 | Added Comcast_SSO fix | Dan 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 conventions | nixxo | |
2020-10-29 | [nitter] Add new extractor | bopol | |
2020-10-29 | [yt_live_chat] deactivate for now. | Unknown | |
2020-10-29 | [core] be able to hand over id and title using url_result | Unknown | |
2020-10-28 | [newgrounds] fix: video download | insaneracist | |
2020-10-28 | [xtube] fix extractor (#17) | insaneracist | |
2020-10-28 | Merge pull request #39 from insaneracist/bandcamp-fix-tests | Tom-Oliver Heidel | |
[bandcamp] fix failing test. remove subclass hack | |||
2020-10-28 | [skyitalia] moved token | nixxo | |
2020-10-28 | [skyitalia] removed arbitrary parameter | nixxo | |
2020-10-28 | [skyitalia] Add new extractor | nixxo | |
2020-10-28 | [bandcamp] fix failing test. remove subclass hack | insaneracist | |
2020-10-28 | [skip travis] update travis badge | Tom-Oliver Heidel | |
2020-10-28 | [mtv] proposed fix | nixxo | |
2020-10-28 | Merge pull request #32 from amigatomte/patch-1 | Tom-Oliver Heidel | |
Update to reflect website changes. | |||
2020-10-28 | [mtv] add match_id reminder | Unknown | |
2020-10-28 | [skip travis][bandcamp] fix minor typo in tests | Unknown | |
2020-10-28 | Merge pull request #36 from insaneracist/bandcamp-fix | Tom-Oliver Heidel | |
[bandcamp] restore album downloads | |||
2020-10-28 | Merge pull request #35 from peet1993/youtube_js_url_fix | Tom-Oliver Heidel | |
Fixed problem with JS player URL | |||
2020-10-27 | [bandcamp] restore album downloads | insaneracist | |
flake8 conform | |||
2020-10-27 | Fixed problem with JS player URL | Peter 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-27 | Update to reflect website changes. | amigatomte | |
2020-10-27 | Added DRM logic | Dan 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. |