summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | [youtube] update algo for length 86Jaime Marquínez Ferrándiz2013-08-302-3/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | [youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was ↵Jaime Marquínez Ferrándiz2013-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | intended to also match :ytfavourites
* | | | | | | | | | | | | | | | | | Add youtube keywords to the bash completion scriptJaime Marquínez Ferrándiz2013-08-301-1/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | release 2013.08.29Philipp Hagemeister2013-08-291-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | [youtube] update algo for length 84Jaime Marquínez Ferrándiz2013-08-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only appears sometimes, nearly identical to length 86.
* | | | | | | | | | | | | | | | | | [youtube] update algo for length 86 (fixes #1349)Jaime Marquínez Ferrándiz2013-08-292-3/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | [ign] update 1up extractor to work with the updated IGNIEJaime Marquínez Ferrándiz2013-08-291-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | [ign] extract videos from articles pagesJaime Marquínez Ferrándiz2013-08-291-1/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #1347 from whydoubt/fix_orf_atJaime Marquínez Ferrándiz2013-08-291-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix orf.at extractor by adding file coding mark
| * | | | | | | | | | | | | | | | | | Fix orf.at extractor by adding file coding markJeff Smith2013-08-291-0/+2
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Add an extractor for orf.at (closes #1346)Jaime Marquínez Ferrándiz2013-08-293-1/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make find_xpath_attr also accept numbers in the value
* | | | | | | | | | | | | | | | | | Merge pull request #1342 from whydoubt/fix_mit_26Jaime Marquínez Ferrándiz2013-08-291-9/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MIT extractor for Python 2.6
| * | | | | | | | | | | | | | | | | | Fix MIT extractor for Python 2.6Jeff Smith2013-08-281-9/+7
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | Update descriptions checksum for some test for Unistra and YoutubeJaime Marquínez Ferrándiz2013-08-292-2/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Also print the field that fails if it is a md5 checksumJaime Marquínez Ferrándiz2013-08-291-4/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | 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'/>"
* | | | | | | | | | | | | | | | / release 2013.08.28.1Philipp Hagemeister2013-08-281-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-08-281-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Hide the password and username in verbose mode (closes #1089)Jaime Marquínez Ferrándiz2013-08-281-3/+13
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge remote-tracking branch 'rzhxeo/youporn-hd'Philipp Hagemeister2013-08-283-4/+234
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/utils.py
| * | | | | | | | | | | | | | | | YoupornIE: Clean up extraction of hd videorzhxeo2013-08-281-9/+5
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Let aes_decrypt_text return bytes instead of unicoderzhxeo2013-08-281-2/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix division bug in aes.pyrzhxeo2013-08-281-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add intlist_to_bytes to utils.pyrzhxeo2013-08-281-0/+7
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #1 from phihag/youporn-hd-prrzhxeo2013-08-283-12/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow changes to run under Python 3
| | * | | | | | | | | | | | | | | | Allow changes to run under Python 3Philipp Hagemeister2013-08-283-12/+28
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | YoupornIE: Add support for hd videos and update Testrzhxeo2013-08-091-2/+12
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | add an aes implementationrzhxeo2013-08-091-0/+200
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-08-281-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | PostProcessingError holds the message in the 'msg' property, not in ↵Jaime Marquínez Ferrándiz2013-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'message' (fixes #1323) Causes DeprecationWarning: http://www.python.org/dev/peps/pep-0352/
* | | | | | | | | | | | | | | | | | [sohu] Handle encoding, and fix testsPhilipp Hagemeister2013-08-282-69/+71
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'Huarong/master'Philipp Hagemeister2013-08-283-2/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | improve sohu extractorhuohuarong2013-08-061-0/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix parse title bughuohuarong2013-08-051-4/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | use ..utils/clean_html()huohuarong2013-08-031-13/+6
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | add an extractor for tv.sohu.comhuohuarong2013-08-022-0/+98
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix bug: kankan extractor not support http://vod.kankan.com/v/70/70309.shtmlhuohuarong2013-08-021-2/+4
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/reuse_ies'Philipp Hagemeister2013-08-282-3/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | YoutubeIE: reuse instances of InfoExtractors (closes #998)Jaime Marquínez Ferrándiz2013-07-082-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-08-282-0/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Add extractors for video.mit.edu and techtv.mit.edu (closes #1327)Jaime Marquínez Ferrándiz2013-08-282-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | video.mit.edu just embeds the videos from techtv.mit.edu
* | | | | | | | | | | | | | | | | | | | Fix platform name in Python 2 with --verbose (Closes #1228)Philipp Hagemeister2013-08-282-4/+16
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Remove unused importsPhilipp Hagemeister2013-08-284-6/+0
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | [generic] simply use urljoinPhilipp Hagemeister2013-08-281-10/+2
| |_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Print playpath with --get-url (Fixes #1334)Philipp Hagemeister2013-08-281-1/+2
| |_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [generic] Fix URL concatenationPhilipp Hagemeister2013-08-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the url is something like http://example.org/foo/bar?x=y and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4 Fixes #1268.
* | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-08-281-11/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Show the time taken to download in the same format as the ETAJaime Marquínez Ferrándiz2013-08-281-10/+14
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #1181 from h3xx/masterJaime Marquínez Ferrándiz2013-08-281-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some verbosity when reporting finished downloads Remove the mixed use of tabs and spaces for indentation.
| | * | | | | | | | | | | | | | | | Add some verbosity when reporting finished downloadsDan Church2013-08-041-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example: [download] Resuming download at byte 1868140 [download] Destination: Entry #1-Bn59FJ4HrmU.flv [download] 100% of 3.27MiB in 4s This format is meant to somewhat mirror the behavior of wget(1) when reporting finished downloads: 100%[==================>] 54,836,682 788KB/s in 74s 2013-08-04 12:32:05 (728 KB/s) - 'google-chrome-stable_current_x86_64.rpm' saved [54836682/54836682]