Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-05 | [daum] Get the video page from a canonical url to extract the full id (fixes ↵ | Jaime Marquínez Ferrándiz | |
#1373) and extract description. | |||
2013-09-04 | Credit @Huarong for tv.sohu.com | Jaime Marquínez Ferrándiz | |
2013-09-04 | Add extractor for daum.net (closes #1330) | Jaime Marquínez Ferrándiz | |
2013-09-04 | release 2013.09.042013.09.04 | Philipp Hagemeister | |
2013-09-03 | Merge pull request #1341 from xanadu/master | Philipp Hagemeister | |
add support for "-f mp4" for YouTube | |||
2013-09-03 | AHLS -> Apple HTTP Live Streaming | Allan Zhou | |
2013-09-03 | Merge pull request #1363 from Rudloff/defense | Philipp Hagemeister | |
defense.gouv.fr | |||
2013-09-03 | Merge remote-tracking branch 'upstream/master' | Allan Zhou | |
2013-09-03 | Suggested by @phihag | Pierre Rudloff | |
2013-09-03 | [orf] Remove the test video, they seem to expire in one week | Jaime Marquínez Ferrándiz | |
2013-09-03 | [dailymotion] improve the regex for extracting the video info | Jaime Marquínez Ferrándiz | |
2013-09-03 | [vimeo] Handle Assertions Error when trying to get the description | Jaime Marquínez Ferrándiz | |
In some pages the html tags are not closed, python 2.6 cannot handle it. | |||
2013-09-03 | [vimeo] add support for videos that embed the download url in the player ↵ | Jaime Marquínez Ferrándiz | |
page (fixes #1364) | |||
2013-09-03 | Extractor for defense.gouv.fr | Pierre Rudloff | |
2013-09-02 | Add an extractor for VeeHD (closes #1359) | Jaime Marquínez Ferrándiz | |
2013-08-31 | [metacafe] Add more cases for detecting the uploader detection (reported in ↵ | Jaime Marquínez Ferrándiz | |
#1343) | |||
2013-08-30 | Merge remote-tracking branch 'upstream/master' | Allan Zhou | |
2013-08-30 | add support for "-f mp4" for YouTube | Allan Zhou | |
2013-08-30 | release 2013.08.302013.08.30 | Philipp Hagemeister | |
2013-08-30 | [youtube] update algo for length 86 | Jaime Marquínez Ferrándiz | |
2013-08-30 | [youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was ↵ | Jaime Marquínez Ferrándiz | |
intended to also match :ytfavourites | |||
2013-08-29 | release 2013.08.292013.08.29 | Philipp Hagemeister | |
2013-08-29 | [youtube] update algo for length 84 | Jaime Marquínez Ferrándiz | |
Only appears sometimes, nearly identical to length 86. | |||
2013-08-29 | [youtube] update algo for length 86 (fixes #1349) | Jaime Marquínez Ferrándiz | |
2013-08-29 | [ign] update 1up extractor to work with the updated IGNIE | Jaime Marquínez Ferrándiz | |
2013-08-29 | [ign] extract videos from articles pages | Jaime Marquínez Ferrándiz | |
2013-08-29 | Fix orf.at extractor by adding file coding mark | Jeff Smith | |
2013-08-29 | Add an extractor for orf.at (closes #1346) | Jaime Marquínez Ferrándiz | |
Make find_xpath_attr also accept numbers in the value | |||
2013-08-29 | Merge pull request #1342 from whydoubt/fix_mit_26 | Jaime Marquínez Ferrándiz | |
Fix MIT extractor for Python 2.6 | |||
2013-08-29 | Update descriptions checksum for some test for Unistra and Youtube | Jaime Marquínez Ferrándiz | |
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 | Fix MIT extractor for Python 2.6 | Jeff Smith | |
The HTML for the MIT page does not parse cleanly for Python 2.6 due to script tags within an actual script element. The offending piece is inside a comment block, so removing all such comment blocks fixes the parsing. | |||
2013-08-28 | release 2013.08.28.12013.08.28.1 | Philipp Hagemeister | |
2013-08-28 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-08-28 | Merge remote-tracking branch 'rzhxeo/youporn-hd' | Philipp Hagemeister | |
Conflicts: youtube_dl/utils.py | |||
2013-08-28 | YoupornIE: Clean up extraction of hd video | rzhxeo | |
2013-08-28 | Let aes_decrypt_text return bytes instead of unicode | rzhxeo | |
2013-08-28 | Fix division bug in aes.py | rzhxeo | |
2013-08-28 | Add intlist_to_bytes to utils.py | rzhxeo | |
2013-08-28 | Hide the password and username in verbose mode (closes #1089) | Jaime Marquínez Ferrándiz | |
2013-08-28 | Allow changes to run under Python 3 | Philipp Hagemeister | |
2013-08-28 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-08-28 | [sohu] Handle encoding, and fix tests | Philipp Hagemeister | |
2013-08-28 | PostProcessingError holds the message in the 'msg' property, not in ↵ | Jaime Marquínez Ferrándiz | |
'message' (fixes #1323) Causes DeprecationWarning: http://www.python.org/dev/peps/pep-0352/ | |||
2013-08-28 | Merge remote-tracking branch 'Huarong/master' | Philipp Hagemeister | |
2013-08-28 | Merge remote-tracking branch 'origin/reuse_ies' | Philipp Hagemeister | |
2013-08-28 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-08-28 | Fix platform name in Python 2 with --verbose (Closes #1228) | Philipp Hagemeister | |
2013-08-28 | Add extractors for video.mit.edu and techtv.mit.edu (closes #1327) | Jaime Marquínez Ferrándiz | |
video.mit.edu just embeds the videos from techtv.mit.edu | |||
2013-08-28 | Remove unused imports | Philipp Hagemeister | |