summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use unescapeHTML for OpenGraph propertiesPhilipp Hagemeister2013-07-171-1/+3
| | | | | | | | These are attribute values, so we don't need the more complex and whitespace-destroying cleanHTML - we just need to unescape quotes, that's it.
* | Strip hash info from URL when making requests (Fixes #1038)Philipp Hagemeister2013-07-131-0/+5
| |
* | Improve OpenGraph property matchingPhilipp Hagemeister2013-07-131-6/+6
| |
* | Use re.DOTALL by default when searching OpenGraph propertiesJaime Marquínez Ferrándiz2013-07-131-1/+1
| |
* | InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-0/+24
| |
* | Remove video_result helper methodPhilipp Hagemeister2013-07-111-5/+0
|/ | | | Calling it was more complex then actually including the type in the video info
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-07-081-0/+35
|\
| * VimeoIE: authentication support (closes #885) and add a method in the base ↵Jaime Marquínez Ferrándiz2013-07-071-0/+35
| | | | | | | | InfoExtractor to get the login info
* | [3sat] Add support (Fixes #1001)Philipp Hagemeister2013-07-081-0/+2
|/
* Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister2013-07-011-0/+4
|
* Document view_count (Closes #963)Philipp Hagemeister2013-06-291-0/+1
|
* improve generic and encrypted signature error messagesFilippo Valsorda2013-06-251-1/+1
|
* Remove useless headersPhilipp Hagemeister2013-06-231-2/+0
|
* Fix generic class move (add all files)Philipp Hagemeister2013-06-231-0/+266