summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.01.22.2 2014.01.22.2Philipp Hagemeister2014-01-222-1/+5
|
* Add new --default-search option (#2193)Philipp Hagemeister2014-01-223-3/+21
|
* [comedycentral] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-221-8/+0
|
* Merge pull request #2195 from dstftw/masterJaime Marquínez Ferrándiz2014-01-221-1/+1
|\ | | | | [space] Add support for mobile URLs
| * [space] Add support for mobile URLsdst2014-01-221-1/+1
| |
* | [southparkstudios] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-222-11/+6
|/
* [cspan] Make ‘www’ optional and improve the regex for extracting the id ↵Jaime Marquínez Ferrándiz2014-01-221-3/+3
| | | | (fixes #2194)
* [gametrailers] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-221-11/+0
|
* [comedycentral] Use unicode_literalsPhilipp Hagemeister2014-01-221-30/+32
|
* [comedycentral] Adapt testcasePhilipp Hagemeister2014-01-222-1/+2
| | | | In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt.
* [imdb:list] Switch to loading the webpagePhilipp Hagemeister2014-01-221-19/+12
| | | | The RSS method seems to be defunct.
* [d8] typoPhilipp Hagemeister2014-01-221-1/+1
|
* [d8] disable test; video got deletedPhilipp Hagemeister2014-01-221-9/+12
|
* [novamov] Skip testsPhilipp Hagemeister2014-01-221-1/+2
|
* release 2014.01.22.1 2014.01.22.1Philipp Hagemeister2014-01-221-1/+1
|
* [ringtv] Fix and add news extractionPhilipp Hagemeister2014-01-221-23/+30
|
* [mtv] Update tests and xpath function for new title extractionPhilipp Hagemeister2014-01-223-3/+3
|
* [Wimp] Use new URL relay methodPhilipp Hagemeister2014-01-221-11/+11
|
* [hotnewhiphop] Retrieve media keyPhilipp Hagemeister2014-01-221-21/+46
|
* [gametrailers/mtv] Fix pre-3.x compatibility function for find_xpath_attrPhilipp Hagemeister2014-01-221-1/+1
| | | | Fixes #2189
* [servingsys] Do not run test on travisPhilipp Hagemeister2014-01-221-1/+2
| | | | | Apparantly, even the advertisers do geoblocking now!? From the US, this isn't outright blocked, but there are no videos returned.
* release 2014.01.22 2014.01.22Philipp Hagemeister2014-01-221-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-01-224-13/+65
|\ | | | | | | | | Conflicts: youtube_dl/extractor/mtv.py
| * [brightcove] Fix extraction of embedded videosJaime Marquínez Ferrándiz2014-01-211-4/+7
| | | | | | | | | | There was a leading ‘:’ in the regex. The ‘flashvars’ parameter is not always available.
| * [brightcove] Fix check for url in the resultJaime Marquínez Ferrándiz2014-01-211-1/+1
| | | | | | | | It may have the ‘formats’ field instead of ‘url’.
| * [mtv] Add an extractor for mtviggy.com (#2072)Jaime Marquínez Ferrándiz2014-01-212-1/+18
| |
| * Add an extractor for spike.com (#2072)Jaime Marquínez Ferrándiz2014-01-213-0/+33
| | | | | | | | Added a generic _real_extract to MTVServicesInfoExtractor
| * [mtv] Check for geo-blocked videos in the xml document, not in the xml’s ↵Jaime Marquínez Ferrándiz2014-01-211-7/+5
| | | | | | | | | | | | string Allows to use the `_download_xml` method
| * [mtv] Use unicode_literalsJaime Marquínez Ferrándiz2014-01-211-21/+23
| |
* | [gametrailers] Use unicode_literalsPhilipp Hagemeister2014-01-221-7/+9
| | | | | | | | | | Conflicts: youtube_dl/extractor/gametrailers.py
* | [mtv] Use unicode_literalsPhilipp Hagemeister2014-01-221-21/+23
| |
* | [mtv] Fix title for gametrailers (Fixes #2188)Philipp Hagemeister2014-01-222-2/+17
|/ | | | We now prefer the title including the category, because that title is what is presented at the actual sites.
* release 2014.01.21.1 2014.01.21.1Philipp Hagemeister2014-01-211-1/+1
|
* [vk] Add support for HQ videos (Fixes #2187)Philipp Hagemeister2014-01-211-5/+22
|
* [facebook] Add support for embedsPhilipp Hagemeister2014-01-212-2/+13
| | | | Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
* [vk] Use unicode_literalsPhilipp Hagemeister2014-01-211-9/+10
|
* [vk] avoid built-in namesPhilipp Hagemeister2014-01-211-7/+7
|
* [redtube] Use unicode_literalsPhilipp Hagemeister2014-01-211-10/+12
|
* [redtube] Add support for thumbnailsMike Col2014-01-211-0/+5
| | | | Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
* release 2014.01.21 2014.01.21Philipp Hagemeister2014-01-212-1/+2
|
* [servingsys] Add supportPhilipp Hagemeister2014-01-215-8/+121
| | | | | This also adds support for brightcove advertisements. Fixes #2181
* [extractor/common] Clarify when and when not we generate the filenamePhilipp Hagemeister2014-01-211-1/+1
|
* [generic] Improve testcasePhilipp Hagemeister2014-01-211-1/+2
|
* Deal with implicitly UTF-16 decoded webpagesPhilipp Hagemeister2014-01-211-0/+2
| | | | These webpages don't specify an encoding and rely on the BOM
* Correct XML ampersand fixupPhilipp Hagemeister2014-01-205-10/+25
|
* release 2014.01.20 2014.01.20Philipp Hagemeister2014-01-201-1/+1
|
* [youtube] Fall back to header if playlist title is not availablePhilipp Hagemeister2014-01-201-1/+9
| | | | | Sometimes (in about 10% of requests), the og:title is missing for a weird reason. See #2170 for an example
* [myspace] More robust mediatype checkPhilipp Hagemeister2014-01-201-2/+2
|
* [myspace] Add support for song urls (fixes #2040)Jaime Marquínez Ferrándiz2014-01-191-28/+64
|
* [dropbox] Correct test case (#2171)Philipp Hagemeister2014-01-191-2/+3
|