Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-23 | [nowness] Add support | Philipp Hagemeister | |
2014-01-22 | [gamespot] Fix regexp | Philipp Hagemeister | |
2014-01-22 | Move --youtube-include-dash-manifest into correct option group | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.52014.01.22.5 | Philipp Hagemeister | |
2014-01-22 | [youtube] Make DASH manifest download conditional for now | Philipp Hagemeister | |
DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403. | |||
2014-01-22 | Add __len__ to PagedLists | Philipp Hagemeister | |
2014-01-22 | [newgrounds] Simplify | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.42014.01.22.4 | Philipp Hagemeister | |
2014-01-22 | Merge branch 'paged-lists' | Philipp Hagemeister | |
Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py | |||
2014-01-22 | Merge branch 'youtube-dash-manifest' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/youtube.py | |||
2014-01-22 | [xvideos] Simplify | Philipp Hagemeister | |
2014-01-22 | [xvideos] Fix thumbnail extraction | Mike Col | |
Signed-off-by: Philipp Hagemeister <phihag@phihag.de> | |||
2014-01-22 | [cspan] Disable test | Philipp Hagemeister | |
It works fine from all my machines, no matter where, but from travis, we get lots of 403s. Maybe another project is scraping CSPAN from travis and they're blocking the travis machines? | |||
2014-01-22 | Document -f worstaudio as well | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.32014.01.22.3 | Philipp Hagemeister | |
2014-01-22 | Default to -f best-audio when only audio is requested | Philipp Hagemeister | |
2014-01-22 | Use unicode_literals in test_YoutubeDL | Philipp Hagemeister | |
2014-01-22 | Add -f bestaudio (Fixes #2163) | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.22014.01.22.2 | Philipp Hagemeister | |
2014-01-22 | Add new --default-search option (#2193) | Philipp Hagemeister | |
2014-01-22 | [comedycentral] Use the generic `_real_extract` provided by the base class | Jaime Marquínez Ferrándiz | |
2014-01-22 | Merge pull request #2195 from dstftw/master | Jaime Marquínez Ferrándiz | |
[space] Add support for mobile URLs | |||
2014-01-22 | [southparkstudios] Use the generic `_real_extract` provided by the base class | Jaime Marquínez Ferrándiz | |
2014-01-22 | [space] Add support for mobile URLs | dst | |
2014-01-22 | [cspan] Make ‘www’ optional and improve the regex for extracting the id ↵ | Jaime Marquínez Ferrándiz | |
(fixes #2194) | |||
2014-01-22 | [gametrailers] Use the generic `_real_extract` provided by the base class | Jaime Marquínez Ferrándiz | |
2014-01-22 | [comedycentral] Use unicode_literals | Philipp Hagemeister | |
2014-01-22 | [comedycentral] Adapt testcase | Philipp Hagemeister | |
In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt. | |||
2014-01-22 | [imdb:list] Switch to loading the webpage | Philipp Hagemeister | |
The RSS method seems to be defunct. | |||
2014-01-22 | [d8] typo | Philipp Hagemeister | |
2014-01-22 | [d8] disable test; video got deleted | Philipp Hagemeister | |
2014-01-22 | [novamov] Skip tests | Philipp Hagemeister | |
2014-01-22 | release 2014.01.22.12014.01.22.1 | Philipp Hagemeister | |
2014-01-22 | [ringtv] Fix and add news extraction | Philipp Hagemeister | |
2014-01-22 | [mtv] Update tests and xpath function for new title extraction | Philipp Hagemeister | |
2014-01-22 | [Wimp] Use new URL relay method | Philipp Hagemeister | |
2014-01-22 | [hotnewhiphop] Retrieve media key | Philipp Hagemeister | |
2014-01-22 | [gametrailers/mtv] Fix pre-3.x compatibility function for find_xpath_attr | Philipp Hagemeister | |
Fixes #2189 | |||
2014-01-22 | [servingsys] Do not run test on travis | Philipp Hagemeister | |
Apparantly, even the advertisers do geoblocking now!? From the US, this isn't outright blocked, but there are no videos returned. | |||
2014-01-22 | release 2014.01.222014.01.22 | Philipp Hagemeister | |
2014-01-22 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/mtv.py | |||
2014-01-22 | [gametrailers] Use unicode_literals | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/gametrailers.py | |||
2014-01-22 | [mtv] Use unicode_literals | Philipp Hagemeister | |
2014-01-22 | [mtv] Fix title for gametrailers (Fixes #2188) | Philipp Hagemeister | |
We now prefer the title including the category, because that title is what is presented at the actual sites. | |||
2014-01-21 | [brightcove] Fix extraction of embedded videos | Jaime Marquínez Ferrándiz | |
There was a leading ‘:’ in the regex. The ‘flashvars’ parameter is not always available. | |||
2014-01-21 | [brightcove] Fix check for url in the result | Jaime Marquínez Ferrándiz | |
It may have the ‘formats’ field instead of ‘url’. | |||
2014-01-21 | [mtv] Add an extractor for mtviggy.com (#2072) | Jaime Marquínez Ferrándiz | |
2014-01-21 | Add an extractor for spike.com (#2072) | Jaime Marquínez Ferrándiz | |
Added a generic _real_extract to MTVServicesInfoExtractor | |||
2014-01-21 | [mtv] Check for geo-blocked videos in the xml document, not in the xml’s ↵ | Jaime Marquínez Ferrándiz | |
string Allows to use the `_download_xml` method | |||
2014-01-21 | [mtv] Use unicode_literals | Jaime Marquínez Ferrándiz | |