aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix detection of the webpage charset if it's declared using ' instead of "Jaime Marquínez Ferrándiz2013-08-291-1/+1
| | | | Like in "<meta charset='utf-8'/>"
* [sohu] Handle encoding, and fix testsPhilipp Hagemeister2013-08-281-2/+7
|
* Merge remote-tracking branch 'origin/reuse_ies'Philipp Hagemeister2013-08-281-0/+5
|\
| * YoutubeIE: reuse instances of InfoExtractors (closes #998)Jaime Marquínez Ferrándiz2013-07-081-0/+5
| | | | | | | | | | | | When a IE is added to the list, it's also added to a dictionary. When a IE is requested it first looks in the dictionary and if there's no instance it will create a new one. That way _real_initialize is only called once for each IE, saving time if it needs to login for example.
* | [addanime] improvePhilipp Hagemeister2013-08-281-1/+1
|\ \
* \ \ Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz2013-08-231-1/+2
|\ \ \ | | | | | | | | Subtitles rework
| * | | Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-201-1/+2
| |/ / | | | | | | | | | The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict.
* / / Cache suitable regular expressionsPhilipp Hagemeister2013-08-211-1/+7
|/ / | | | | | | This speeds up TestAllURLsMatching.test_no_duplicates by about 8000% at the cost of minimal memory overhead.
* | 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