Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix detection of the webpage charset if it's declared using ' instead of " | Jaime Marquínez Ferrándiz | 2013-08-29 | 1 | -1/+1 |
| | | | | Like in "<meta charset='utf-8'/>" | ||||
* | [sohu] Handle encoding, and fix tests | Philipp Hagemeister | 2013-08-28 | 1 | -2/+7 |
| | |||||
* | Merge remote-tracking branch 'origin/reuse_ies' | Philipp Hagemeister | 2013-08-28 | 1 | -0/+5 |
|\ | |||||
| * | YoutubeIE: reuse instances of InfoExtractors (closes #998) | Jaime Marquínez Ferrándiz | 2013-07-08 | 1 | -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] improve | Philipp Hagemeister | 2013-08-28 | 1 | -1/+1 |
|\ \ | |||||
* \ \ | Merge pull request #937 from jaimeMF/subtitles_rework | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Subtitles rework | ||||
| * | | | Use a dictionary for storing the subtitles | Jaime Marquínez Ferrándiz | 2013-07-20 | 1 | -1/+2 |
| |/ / | | | | | | | | | | The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict. | ||||
* / / | Cache suitable regular expressions | Philipp Hagemeister | 2013-08-21 | 1 | -1/+7 |
|/ / | | | | | | | This speeds up TestAllURLsMatching.test_no_duplicates by about 8000% at the cost of minimal memory overhead. | ||||
* | | Use unescapeHTML for OpenGraph properties | Philipp Hagemeister | 2013-07-17 | 1 | -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 Hagemeister | 2013-07-13 | 1 | -0/+5 |
| | | |||||
* | | Improve OpenGraph property matching | Philipp Hagemeister | 2013-07-13 | 1 | -6/+6 |
| | | |||||
* | | Use re.DOTALL by default when searching OpenGraph properties | Jaime Marquínez Ferrándiz | 2013-07-13 | 1 | -1/+1 |
| | | |||||
* | | InfoExtractor: add some helper methods to extract OpenGraph info | Jaime Marquínez Ferrándiz | 2013-07-12 | 1 | -0/+24 |
| | | |||||
* | | Remove video_result helper method | Philipp Hagemeister | 2013-07-11 | 1 | -5/+0 |
|/ | | | | Calling it was more complex then actually including the type in the video info | ||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-07-08 | 1 | -0/+35 |
|\ | |||||
| * | VimeoIE: authentication support (closes #885) and add a method in the base ↵ | Jaime Marquínez Ferrándiz | 2013-07-07 | 1 | -0/+35 |
| | | | | | | | | InfoExtractor to get the login info | ||||
* | | [3sat] Add support (Fixes #1001) | Philipp Hagemeister | 2013-07-08 | 1 | -0/+2 |
|/ | |||||
* | Add --list-extractor-descriptions (human-readable list of IEs) | Philipp Hagemeister | 2013-07-01 | 1 | -0/+4 |
| | |||||
* | Document view_count (Closes #963) | Philipp Hagemeister | 2013-06-29 | 1 | -0/+1 |
| | |||||
* | improve generic and encrypted signature error messages | Filippo Valsorda | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | Remove useless headers | Philipp Hagemeister | 2013-06-23 | 1 | -2/+0 |
| | |||||
* | Fix generic class move (add all files) | Philipp Hagemeister | 2013-06-23 | 1 | -0/+266 |