Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-17 | [generic] Do not fetch XML URLs (Fixes #2162) | Philipp Hagemeister | |
2014-01-16 | [redtube] Make ‘http:’ not optional (closes #2160) | Jaime Marquínez Ferrándiz | |
If the url doesn’t specify the protocol we can’t directly use it to download the webpage, we would need to build a new url. Instead, we let the generic extractor add the protocol. | |||
2014-01-14 | Add a couple of missing http:// in test URLs | Filippo Valsorda | |
2014-01-12 | [nowvideo] Add support for .sx version (Fixes #2127) | Philipp Hagemeister | |
2014-01-12 | [lynda] Add support for member accounts and paid videos (Closes #2125) | dst | |
2014-01-10 | [brightcove] The ‘id’ attribute is not always present in the object tag ↵ | Jaime Marquínez Ferrándiz | |
(fixes #2132) It looks like the ‘flashId’ parameter is not needed. | |||
2014-01-09 | [bandcamp] Make thumbnail and uploader optional | Philipp Hagemeister | |
Fixes #2129 | |||
2014-01-09 | [bandcamp] Fix variable name | Jaime Marquínez Ferrándiz | |
2014-01-09 | [youtube] Add a pseudo format for rtmp videos (#2123) | Philipp Hagemeister | |
2014-01-09 | [youtube] Correct subtitle URL (Fixes #2120) | Philipp Hagemeister | |
2014-01-08 | [vimeo] Support protocol-relative URLs | Philipp Hagemeister | |
2014-01-08 | [bloomberg] Fix ooyala url extraction | Jaime Marquínez Ferrándiz | |
2014-01-08 | [francetv] Add extractor for Culturebox (closes #2117) | Jaime Marquínez Ferrándiz | |
2014-01-08 | [novamov] Remove superfluous tabs | dst | |
2014-01-08 | [novamov] Add embedded player support | dst | |
2014-01-08 | [novamov] Simplify | Philipp Hagemeister | |
2014-01-08 | Merge remote-tracking branch 'dstftw/novamov' | Philipp Hagemeister | |
2014-01-08 | Use double quotes in error message (#2112) | Philipp Hagemeister | |
On Windows, double quotes are required, because single quotes get served to youtube-dl. (Yes, cmd.exe is crazy like that). On other system, both double and single quotes are fine, unless the string contains a dollar sign (then you need single quotes). Since virtually no URLs contain dollar signs, double quotes should do. | |||
2014-01-07 | [novamov] Add support for novamov.com (Fixes #2035) | dst | |
2014-01-07 | [generic] Fix regexes | Philipp Hagemeister | |
2014-01-07 | [metacritic] Use centralized sorting and unicode_literals | Philipp Hagemeister | |
2014-01-07 | [pornhub] Use centralized sorting | Philipp Hagemeister | |
2014-01-07 | [c56] Add suppot for multiple formats | Philipp Hagemeister | |
2014-01-07 | [archiveorg] Use centralized sorting | Philipp Hagemeister | |
2014-01-07 | More unicode literals | Philipp Hagemeister | |
2014-01-07 | [vimeo] Add support for passwords for player. URLs | Philipp Hagemeister | |
Fixes #2053 | |||
2014-01-07 | Correctly set IE_NAME field | Philipp Hagemeister | |
2014-01-07 | switch more to unicode_literals | Philipp Hagemeister | |
2014-01-07 | +unicode_literals | Philipp Hagemeister | |
2014-01-07 | [khanacademy] Add support (Fixes #2066) | Philipp Hagemeister | |
2014-01-07 | [mpora] Add support (Fixes #2096) | Philipp Hagemeister | |
2014-01-07 | [lynda] Fix download if subtitles were not requested | Philipp Hagemeister | |
2014-01-07 | [lynda] Remove superfluous space | Philipp Hagemeister | |
2014-01-07 | [lynda] Remove useless u"" | Philipp Hagemeister | |
2014-01-07 | [vimeo] Fix playlist URL matching | Philipp Hagemeister | |
2014-01-07 | [orf] Remove unused variable name | Philipp Hagemeister | |
2014-01-07 | Use original Referer URL in Brightcove requests (Fixes #2110) | Philipp Hagemeister | |
2014-01-07 | [brightcove] Use unicode_literals | Philipp Hagemeister | |
2014-01-07 | [vimeo] Use _search_regex | Philipp Hagemeister | |
2014-01-06 | [vimeo] Use unicode_literals | Philipp Hagemeister | |
2014-01-06 | [vimeo] Proper warning when password is required (Fixes #2053) | Philipp Hagemeister | |
In player. URLs, the password warning is different. | |||
2014-01-06 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-01-06 | [vimeo] Add support for review pages | Philipp Hagemeister | |
Since the regexp is already overboarding and review pages have a distinct URL format (with non-trivial stuff after the ID), use a dedicated IE. Fixes #2106 | |||
2014-01-06 | [orf] Use new extraction method (Fixes #2057) | Philipp Hagemeister | |
2014-01-06 | [veehd] Send requests twice (Fixes #2102) | Philipp Hagemeister | |
2014-01-06 | [generic] Use unicode_literals instead of duplicating the u' | Philipp Hagemeister | |
2014-01-05 | Merge pull request #2104 from dstftw/lynda | Philipp Hagemeister | |
[lynda] Add subtitles extraction | |||
2014-01-06 | [youtube] Support jwplayer with YouTube URLs (Closes #2075) | Philipp Hagemeister | |
2014-01-05 | [lynda] Add subtitles extraction | dst | |
2014-01-05 | Remove unused imports | Philipp Hagemeister | |