Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
In the future, we may want to not only print something, but throw an error for untested properties.
|
|
|
|
Conflicts:
youtube_dl/extractor/generic.py
|
|
|
|
|
|
Fixes #413
|
|
|
|
`ParseError` is not available, it raises `xml.parsers.expat.ExpatError`.
The webpage needs to be encoded.
|
|
|
|
|
|
The video seems to have been removed from the site.
|
|
This adds support for The Guardian, among others
Closes #2271, fixes #2267
|
|
|
|
|
|
|
|
|
|
Example URL: http://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously, we were a little bit over-eager and got a random swf file.
Fixes #2084.
|
|
Conflicts:
youtube_dl/extractor/bliptv.py
|
|
BlipTVIE and fix minor errors in RegEx
|
|
|
|
|
|
|
|
|
|
|
|
Also remove some debugging code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow download of http://goo.gl/7X5tOk
Fixes #1818
|
|
|