Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-01-05 | [veoh] Simplify | Philipp Hagemeister | |
2014-01-05 | [veoh] Add support for mobile URLs | Philipp Hagemeister | |
Fixes #2052 | |||
2014-01-05 | [generic] Support gorillavid.in | Philipp Hagemeister | |
Previously, we were a little bit over-eager and got a random swf file. Fixes #2084. | |||
2014-01-05 | [cspan] Use HTTP download (Fixes #2098) | Philipp Hagemeister | |
2014-01-05 | Merge remote-tracking branch 'rzhxeo/blip' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/bliptv.py | |||
2014-01-05 | [bliptv] Use centralized format sorting | Philipp Hagemeister | |
This also makes youtube-dl use the better "Source" format by default. | |||
2014-01-05 | [bliptv] Simplify | Philipp Hagemeister | |
2014-01-05 | Merge remote-tracking branch 'rzhxeo/blip2' | Philipp Hagemeister | |
2014-01-05 | [pornhd] Add support for ISO-3166 subpages (Fixes #2088) | Philipp Hagemeister | |
2014-01-05 | [collegehumor] Use character strings by default | Philipp Hagemeister | |
2014-01-05 | [collegehumor] Add support for age_limit | Philipp Hagemeister | |
2014-01-05 | [collegehumor] Support multiple formats (Fixes #2092) | Philipp Hagemeister | |
Unfortunately, we lose a part of the description in the new JSON format, but that's still better than a non-functioning URL. | |||
2014-01-03 | [lynda] minor changes | Philipp Hagemeister | |
2014-01-03 | [macgamestore] Minor fixes (#2044) | Philipp Hagemeister | |
2014-01-03 | Merge remote-tracking branch 'dstftw/macgamestore' | Philipp Hagemeister | |
2014-01-03 | [jpopsuki] Simplify | Philipp Hagemeister | |
2014-01-03 | Merge remote-tracking branch 'diffycat/jpopsuki' | Philipp Hagemeister | |
2014-01-03 | [dreisat] Make ‘index.php’ optional in the url (fixes #2080) | Jaime Marquínez Ferrándiz | |
2014-01-02 | [soundcloud] recognize more players’ urls (fixes #2078) | Jaime Marquínez Ferrándiz | |
2014-01-01 | [comedycentral] Recognize ‘video-collections’ urls (#2072) | Jaime Marquínez Ferrándiz | |
2014-01-01 | [mixcloud] Fix track url transformation (fixes #2068) | Jaime Marquínez Ferrándiz | |
‘/previews/‘ must be replaced with ‘/c/originals/‘ now. | |||
2014-01-01 | [wistia] Prefer original video format above all others | Philipp Hagemeister | |
We could also set up a formula which would weigh filesize/bitrate and vcodec/acodec (say, 1GB h264 < 3 GB MPEG2 < 2 GB h264), but that would get really messy real soon. | |||
2014-01-01 | [BlipTVIE] Extract all formats | rzhxeo | |
2014-01-01 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-01-01 | [jpopsuki] Add script encoding definition for python2 | Anton Larionov | |
2014-01-01 | Add support for jpopsuki.tv | Anton Larionov | |
2014-01-01 | [youtube] Add itag 264 (closes #2063) | Jaime Marquínez Ferrándiz | |
It has a better bitrate than 137 but the same resolution | |||
2014-01-01 | [dreisat] Update test filename and checksum | Jaime Marquínez Ferrándiz | |