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