summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.01.07 2014.01.07Philipp Hagemeister2014-01-071-1/+1
|
* Use original Referer URL in Brightcove requests (Fixes #2110)Philipp Hagemeister2014-01-073-6/+11
|
* [brightcove] Use unicode_literalsPhilipp Hagemeister2014-01-071-33/+34
|
* [vimeo] Use _search_regexPhilipp Hagemeister2014-01-071-2/+2
|
* [vimeo] Use unicode_literalsPhilipp Hagemeister2014-01-061-57/+60
|
* [vimeo] Proper warning when password is required (Fixes #2053)Philipp Hagemeister2014-01-061-0/+4
| | | | In player. URLs, the password warning is different.
* release 2014.01.06.1 2014.01.06.1Philipp Hagemeister2014-01-061-1/+1
|
* release 2014.01.06 2014.01.06Philipp Hagemeister2014-01-061-1/+1
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-01-061-4/+44
|\
| * Merge pull request #2104 from dstftw/lyndaPhilipp Hagemeister2014-01-051-4/+44
| |\ | | | | | | [lynda] Add subtitles extraction
| | * [lynda] Add subtitles extractiondst2014-01-051-4/+44
| | |
* | | [vimeo] Add support for review pagesPhilipp Hagemeister2014-01-062-2/+24
| | | | | | | | | | | | | | | 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
* | | [orf] Use new extraction method (Fixes #2057)Philipp Hagemeister2014-01-063-38/+88
| | |
* | | [veehd] Send requests twice (Fixes #2102)Philipp Hagemeister2014-01-061-15/+24
| | |
* | | [generic] Use unicode_literals instead of duplicating the u'Philipp Hagemeister2014-01-061-58/+60
|/ /
* / [youtube] Support jwplayer with YouTube URLs (Closes #2075)Philipp Hagemeister2014-01-061-3/+8
|/
* release 2014.01.05.6 2014.01.05.6Philipp Hagemeister2014-01-051-1/+1
|
* Restore binary files for backwards compatibilityPhilipp Hagemeister2014-01-052-0/+0
| | | | | | Fixes 9656ee5d1dbff9fb4e0ce640961d2750a687e629 New year's resolution: Check which systems of Ubuntu / RHEL still serve the ancient versions. If it's only RHEL, consider removing these binary files in 2015 or so.
* [bash-completion] Complete filename if `—load-info` is givenJaime Marquínez Ferrándiz2014-01-051-1/+1
|
* Fix list comprehension for decoding the URLs (fixes #2100)Jaime Marquínez Ferrándiz2014-01-051-1/+1
| | | | | It wasn’t a comprehension, it was just using the last url from the previous comprehension. That didn’t raise an error in python 2, but in python 3 the variable was not defined.
* release 2014.01.05.5 2014.01.05.5Philipp Hagemeister2014-01-051-1/+1
|
* Remove unused importsPhilipp Hagemeister2014-01-051-2/+0
|
* [veoh] SimplifyPhilipp Hagemeister2014-01-051-22/+22
|
* [veoh] Add support for mobile URLsPhilipp Hagemeister2014-01-051-1/+1
| | | | Fixes #2052
* release 2014.01.05.4 2014.01.05.4Philipp Hagemeister2014-01-051-1/+1
|
* [generic] Support gorillavid.inPhilipp Hagemeister2014-01-051-0/+3
| | | | | Previously, we were a little bit over-eager and got a random swf file. Fixes #2084.
* release 2014.01.05.3 2014.01.05.3Philipp Hagemeister2014-01-051-1/+1
|
* release 2014.01.05.02Philipp Hagemeister2014-01-051-1/+1
|
* Make sure URLs are always character strings (Fixes #2051)Philipp Hagemeister2014-01-051-0/+2
|
* More Atom feed improvements (#2081)Philipp Hagemeister2014-01-051-1/+22
|
* Improve Atom feed creation (Fixes #2081)Philipp Hagemeister2014-01-051-22/+21
|
* atom feed generator: Make IDs proper URLs (#2081)Philipp Hagemeister2014-01-052-33/+33
|
* release 2014.01.05.1 2014.01.05.1Philipp Hagemeister2014-01-052-1/+2
|
* Fix make_readme on Python 2Philipp Hagemeister2014-01-051-1/+4
|
* [setup.py] Do not use unicode literalsPhilipp Hagemeister2014-01-052-1/+8
| | | | See http://bugs.python.org/issue13943 for context
* Make make_readme run in a locale-less environmentPhilipp Hagemeister2014-01-051-2/+3
| | | | Mentioned in #267
* Document --socket-timeoutPhilipp Hagemeister2014-01-053-1/+1
|
* release 2014.01.05 2014.01.05Philipp Hagemeister2014-01-051-1/+1
|
* [cspan] Use HTTP download (Fixes #2098)Philipp Hagemeister2014-01-051-34/+31
|
* Merge remote-tracking branch 'rzhxeo/blip'Philipp Hagemeister2014-01-052-21/+12
|\ | | | | | | | | Conflicts: youtube_dl/extractor/bliptv.py
| * [GenericIE] Outsource embedded blip.tv player video id extraction to ↵rzhxeo2013-12-301-8/+4
| | | | | | | | BlipTVIE and fix minor errors in RegEx
| * [BlipTVIE] Fix and simplify extraction of embedded videosrzhxeo2013-12-301-12/+7
| |
* | Ignore more downloaded filesPhilipp Hagemeister2014-01-051-0/+2
| |
* | Set required properties for format mergingPhilipp Hagemeister2014-01-051-2/+6
| |
* | [bliptv] Use centralized format sortingPhilipp Hagemeister2014-01-051-2/+4
| | | | | | | | This also makes youtube-dl use the better "Source" format by default.
* | [bliptv] SimplifyPhilipp Hagemeister2014-01-051-22/+21
| |
* | Merge remote-tracking branch 'rzhxeo/blip2'Philipp Hagemeister2014-01-051-13/+19
|\ \
| * | [BlipTVIE] Extract all formatsrzhxeo2014-01-011-13/+19
| | |
* | | [pornhd] Add support for ISO-3166 subpages (Fixes #2088)Philipp Hagemeister2014-01-051-1/+1
| | |
* | | Fix/work around Windows encoding issues (Fixes #2095)Philipp Hagemeister2014-01-052-12/+32
| | |