Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | [chirbit] fix profile downloader regex. | Leslie P. Polzer | |
2015-02-20 | [chirbit] add profile extractor. | Leslie P. Polzer | |
2015-02-20 | [chirbit] Add new extractor. | Leslie P. Polzer | |
2015-02-20 | [blinkx] Fix extraction | Sergey M․ | |
2015-02-19 | release 2015.02.19.32015.02.19.3 | Philipp Hagemeister | |
2015-02-19 | [nationalgeographic] Add extractor (closes #4960) | Jaime Marquínez Ferrándiz | |
2015-02-19 | [pornhub] Fix uploader regex | Sergey M․ | |
2015-02-19 | [pornhub] Add support for playlists (Closes #4995) | Sergey M․ | |
2015-02-19 | [5min] Cover joystiq.com URLs (Closes #4962) | Sergey M․ | |
2015-02-19 | [nbc] Use a test video that works outside the US | Jaime Marquínez Ferrándiz | |
2015-02-19 | [cbssports] Add extractor (closes #4996) | Jaime Marquínez Ferrándiz | |
2015-02-19 | [imgur] Simplify | Philipp Hagemeister | |
2015-02-19 | Merge remote-tracking branch 'jbboehr/imgur-gifv-improvements' | Philipp Hagemeister | |
2015-02-18 | [imgur] improve error check for non-video URLs | John Boehr | |
2015-02-18 | [imgur] improve regex #4998 | John Boehr | |
2015-02-19 | [theonion] Modernize | Philipp Hagemeister | |
2015-02-18 | [imgur] support regular URL | John Boehr | |
2015-02-19 | [webofstories] Fix extraction | Philipp Hagemeister | |
2015-02-19 | [sockshare] Do not require thumbnail anymore | Philipp Hagemeister | |
Thumbnail is not present on the website anymore. | |||
2015-02-19 | [generic] Correct test case | Philipp Hagemeister | |
Video has been reuploaded / edited | |||
2015-02-19 | [netzkino] Skip download in test case | Philipp Hagemeister | |
Works fine from Germany, but fails from everywhere else | |||
2015-02-19 | release 2015.02.19.22015.02.19.2 | Philipp Hagemeister | |
2015-02-19 | [imgur] Add new extractor | Philipp Hagemeister | |
2015-02-19 | [cbs] Modernize | Philipp Hagemeister | |
2015-02-19 | release 2015.02.19.12015.02.19.1 | Philipp Hagemeister | |
2015-02-19 | [patreon] Add support for embedlies (fixes #4969) | Philipp Hagemeister | |
2015-02-19 | [patreon] Modernize | Philipp Hagemeister | |
2015-02-19 | release 2015.02.192015.02.19 | Philipp Hagemeister | |
2015-02-19 | [sandia] Add new extractor (#4974) | Philipp Hagemeister | |
2015-02-19 | [YoutubeDL] Use render_table for format listing | Philipp Hagemeister | |
2015-02-19 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2015-02-18 | [utils] Fix js_to_json | Philipp Hagemeister | |
Previously, the runtime could be atrocious for longer inputs. | |||
2015-02-18 | [vimeo] Raise the ExtractorError with expected=True when no video password ↵ | Jaime Marquínez Ferrándiz | |
is given | |||
2015-02-18 | [yahoo] Remove md5sum from test case | Philipp Hagemeister | |
The md5 sum has changed repeatedly, and we check whether it looks like a video anyways nowadays. | |||
2015-02-18 | [xtube] Fix test case | Philipp Hagemeister | |
2015-02-18 | [wsj] Correct test case | Philipp Hagemeister | |
2015-02-18 | [brightcove] Correct keys in playlists | Philipp Hagemeister | |
2015-02-18 | release 2015.02.18.12015.02.18.1 | Philipp Hagemeister | |
2015-02-18 | [jsinterp] Disable comment support | Philipp Hagemeister | |
We need a proper lexer to be able to understand YouTube's code, which contains /* inside of strings. For now it's sufficient to just disable comment support altogether. Fixes #4976, fixes #4979, fixes #4980, fixes #4981, fixes #4982. Closes #4977. | |||
2015-02-18 | [youtube] Remove useless if | Philipp Hagemeister | |
2015-02-18 | [youtube] Show entire player URL when -v is given | Philipp Hagemeister | |
2015-02-18 | release 2015.02.182015.02.18 | Philipp Hagemeister | |
2015-02-18 | Extend various playlist tests | Philipp Hagemeister | |
2015-02-18 | [bandcamp:album] Fix extractor results and associated test | Philipp Hagemeister | |
2015-02-18 | [buzzfeed] Fix playlist test case | Philipp Hagemeister | |
2015-02-18 | [ign] Amend playlist test | Philipp Hagemeister | |
2015-02-18 | [livestream] Correct playlist ID and add a test for it | Philipp Hagemeister | |
2015-02-18 | [vk] Amend playlist test | Philipp Hagemeister | |
2015-02-18 | [vimeo] Amend playlist tests | Philipp Hagemeister | |
2015-02-18 | [vimeo] Prevent infinite loops if video password verification fails | Philipp Hagemeister | |
We're seeing this in the tests¹ right now, which do not terminate. ¹ https://travis-ci.org/jaimeMF/youtube-dl/jobs/51135858 |