]>
gitweb @ CieloNegro.org - youtube-dl.git/log
Filippo Valsorda [Wed, 28 Nov 2012 10:43:35 +0000 (11:43 +0100)]
Mark CollegeHumorIE not working until phihag finishes
Filippo Valsorda [Wed, 28 Nov 2012 10:28:59 +0000 (11:28 +0100)]
fix YouTubeIE on 2.6, sorry
Philipp Hagemeister [Wed, 28 Nov 2012 03:51:27 +0000 (04:51 +0100)]
collegehumor: able to download a single f4f file (not yet playable)
Philipp Hagemeister [Wed, 28 Nov 2012 02:55:35 +0000 (03:55 +0100)]
Make __main__ work in all scenarios with relative imports
Philipp Hagemeister [Wed, 28 Nov 2012 02:34:40 +0000 (03:34 +0100)]
Use relative imports
Philipp Hagemeister [Wed, 28 Nov 2012 02:30:35 +0000 (03:30 +0100)]
Drop 2.5 support
Philipp Hagemeister [Wed, 28 Nov 2012 01:04:46 +0000 (02:04 +0100)]
Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister [Wed, 28 Nov 2012 01:01:09 +0000 (02:01 +0100)]
hack for apparently broken parse_qs in python2
Philipp Hagemeister [Wed, 28 Nov 2012 01:00:45 +0000 (02:00 +0100)]
test import
Philipp Hagemeister [Tue, 27 Nov 2012 23:56:20 +0000 (00:56 +0100)]
Woooohooo! python3 youtube_dl BaW_jenozKc -t works!
Philipp Hagemeister [Tue, 27 Nov 2012 23:53:09 +0000 (00:53 +0100)]
Remove superfluous encodings
Philipp Hagemeister [Tue, 27 Nov 2012 23:46:21 +0000 (00:46 +0100)]
Fix printing title etc.
Philipp Hagemeister [Tue, 27 Nov 2012 23:33:38 +0000 (00:33 +0100)]
correct to_stderr
Philipp Hagemeister [Tue, 27 Nov 2012 23:31:59 +0000 (00:31 +0100)]
youtube IE: Correct bytes vs str
Philipp Hagemeister [Tue, 27 Nov 2012 23:22:55 +0000 (00:22 +0100)]
typo
Philipp Hagemeister [Tue, 27 Nov 2012 23:19:24 +0000 (00:19 +0100)]
Use list comprehension instead of map
Philipp Hagemeister [Tue, 27 Nov 2012 23:17:59 +0000 (00:17 +0100)]
Import from the correct module
Philipp Hagemeister [Tue, 27 Nov 2012 23:17:12 +0000 (00:17 +0100)]
Py2/3 parse_qs compatibility
Philipp Hagemeister [Tue, 27 Nov 2012 23:13:40 +0000 (00:13 +0100)]
One more except..as
Philipp Hagemeister [Tue, 27 Nov 2012 23:13:00 +0000 (00:13 +0100)]
Py2/3 compatibility for http.client
Philipp Hagemeister [Tue, 27 Nov 2012 23:09:17 +0000 (00:09 +0100)]
Use io.BytesIO instead of StringIO
Philipp Hagemeister [Tue, 27 Nov 2012 23:06:28 +0000 (00:06 +0100)]
Python 3 version of HTMLParser
Philipp Hagemeister [Tue, 27 Nov 2012 23:02:55 +0000 (00:02 +0100)]
Py3 compat for unichr and htmlentitydefs
Philipp Hagemeister [Tue, 27 Nov 2012 22:58:47 +0000 (23:58 +0100)]
Fall back to urllib instead of urllib2 for Python 3 urllib.parse
Philipp Hagemeister [Tue, 27 Nov 2012 22:56:10 +0000 (23:56 +0100)]
Remove ur references for Python 3.3 support
Philipp Hagemeister [Tue, 27 Nov 2012 22:54:09 +0000 (23:54 +0100)]
Prepare urllib references for 2/3 compatibility
Philipp Hagemeister [Tue, 27 Nov 2012 22:31:55 +0000 (23:31 +0100)]
Use except .. as everywhere (#180)
Philipp Hagemeister [Tue, 27 Nov 2012 22:29:18 +0000 (23:29 +0100)]
Rename util.u to util.compat_str
Philipp Hagemeister [Tue, 27 Nov 2012 22:23:37 +0000 (23:23 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl
Filippo Valsorda [Tue, 27 Nov 2012 22:22:40 +0000 (14:22 -0800)]
Merge pull request #563 from FiloSottile/IE_cleanup
General IE docs and return dicts cleanup
Filippo Valsorda [Tue, 27 Nov 2012 22:20:32 +0000 (23:20 +0100)]
Merge remote-tracking branch 'origin/master' into IE_cleanup
Conflicts:
youtube_dl/FileDownloader.py
Philipp Hagemeister [Tue, 27 Nov 2012 22:20:29 +0000 (23:20 +0100)]
Make test_utils.py run on Python 3
Filippo Valsorda [Tue, 27 Nov 2012 22:15:33 +0000 (23:15 +0100)]
Use None on missing required info_dict fields
Philipp Hagemeister [Tue, 27 Nov 2012 22:06:49 +0000 (23:06 +0100)]
Use u instead of str in Python 2
Philipp Hagemeister [Tue, 27 Nov 2012 21:10:57 +0000 (13:10 -0800)]
Merge pull request #560 from phihag/fix-to_screen-mode
to_screen: Only encode when output stream is binary
Philipp Hagemeister [Tue, 27 Nov 2012 20:07:25 +0000 (21:07 +0100)]
Only encode when output stream is binary
Filippo Valsorda [Tue, 27 Nov 2012 18:30:09 +0000 (19:30 +0100)]
IE._WORKING attribute in order to warn the users and skip the tests on broken IEs
Philipp Hagemeister [Tue, 27 Nov 2012 18:05:03 +0000 (19:05 +0100)]
Replace long with int (see PEP 237)
Philipp Hagemeister [Tue, 27 Nov 2012 18:03:37 +0000 (19:03 +0100)]
Better formatting (PEP 8)
Philipp Hagemeister [Tue, 27 Nov 2012 18:02:37 +0000 (19:02 +0100)]
Remove mentions of unicode
Philipp Hagemeister [Tue, 27 Nov 2012 17:55:35 +0000 (18:55 +0100)]
Clean up with the help of pep8
Philipp Hagemeister [Tue, 27 Nov 2012 17:49:18 +0000 (18:49 +0100)]
unify spacing
Philipp Hagemeister [Tue, 27 Nov 2012 17:48:43 +0000 (18:48 +0100)]
Merge remote-tracking branch 'Asido/master'
Philipp Hagemeister [Tue, 27 Nov 2012 17:36:43 +0000 (18:36 +0100)]
2012.11.29
Philipp Hagemeister [Tue, 27 Nov 2012 17:30:34 +0000 (18:30 +0100)]
Prepare 2012.11.29 release
Philipp Hagemeister [Tue, 27 Nov 2012 17:27:46 +0000 (18:27 +0100)]
Fix filename sanitation (Closes #555)
Filippo Valsorda [Tue, 27 Nov 2012 17:08:07 +0000 (18:08 +0100)]
document info_dict['subtitles'] and info_dict['urlhandle']
Filippo Valsorda [Tue, 27 Nov 2012 16:57:12 +0000 (17:57 +0100)]
make all IEs return 'upload_date' and 'uploader', even if only u'NA'
Filippo Valsorda [Tue, 27 Nov 2012 16:38:22 +0000 (17:38 +0100)]
info_dict['upload_date'] is documented in --output, IEs MUST specify it
Filippo Valsorda [Tue, 27 Nov 2012 16:32:25 +0000 (17:32 +0100)]
info_dict['player_url'] is used only for rtmpdump, indicate it as optional in the info_dict
Filippo Valsorda [Tue, 27 Nov 2012 16:20:25 +0000 (17:20 +0100)]
default info_dict['format'] to info_dict['ext'] and make the YT one more verbose
Philipp Hagemeister [Tue, 27 Nov 2012 16:16:49 +0000 (17:16 +0100)]
Add Christian Albrecht (Arte.tv IE) to authors
Philipp Hagemeister [Tue, 27 Nov 2012 16:15:33 +0000 (17:15 +0100)]
Remove exclamation mark in --restrict-filenames mode
Philipp Hagemeister [Tue, 27 Nov 2012 16:14:29 +0000 (17:14 +0100)]
Merge remote-tracking branch 'alab1001101/master'
Philipp Hagemeister [Tue, 27 Nov 2012 16:01:12 +0000 (17:01 +0100)]
ignore kate swap files
Philipp Hagemeister [Tue, 27 Nov 2012 15:58:50 +0000 (16:58 +0100)]
Actually fix manpage (#473)
Philipp Hagemeister [Tue, 27 Nov 2012 15:52:58 +0000 (07:52 -0800)]
Merge pull request #473 from grimreaper/master
fix mdoc nits
Philipp Hagemeister [Tue, 27 Nov 2012 15:42:50 +0000 (16:42 +0100)]
Actually merge #379
Philipp Hagemeister [Tue, 27 Nov 2012 15:41:16 +0000 (16:41 +0100)]
Merge remote-tracking branch 'joelverhagen/master'
Philipp Hagemeister [Tue, 27 Nov 2012 15:28:21 +0000 (16:28 +0100)]
Fix output format doc
Philipp Hagemeister [Tue, 27 Nov 2012 15:27:35 +0000 (16:27 +0100)]
Extended documentation for output format in README (Closes #268)
Philipp Hagemeister [Tue, 27 Nov 2012 15:15:15 +0000 (16:15 +0100)]
Windows build for 2012.11.28
Philipp Hagemeister [Tue, 27 Nov 2012 15:12:08 +0000 (16:12 +0100)]
Bump version number to a numeric-only one to appease py2exe
Philipp Hagemeister [Tue, 27 Nov 2012 15:08:39 +0000 (16:08 +0100)]
Bump version number
Philipp Hagemeister [Tue, 27 Nov 2012 15:07:52 +0000 (16:07 +0100)]
Add test for asian characters (#551)
Philipp Hagemeister [Tue, 27 Nov 2012 14:07:10 +0000 (15:07 +0100)]
Minor filename encoding improvement in a common case
Philipp Hagemeister [Tue, 27 Nov 2012 13:55:18 +0000 (14:55 +0100)]
Merge remote-tracking branch 'chrisjrn/master'
Christopher Neugebauer [Tue, 27 Nov 2012 12:54:43 +0000 (23:54 +1100)]
Fixes the InfoExtractor for the Colbert Report.
Philipp Hagemeister [Tue, 27 Nov 2012 12:24:10 +0000 (13:24 +0100)]
Fix spacing in comedycentral IE
Philipp Hagemeister [Tue, 27 Nov 2012 12:19:18 +0000 (13:19 +0100)]
Merge remote-tracking branch 'chrisjrn/master'
Philipp Hagemeister [Tue, 27 Nov 2012 12:11:06 +0000 (13:11 +0100)]
warn if %(stitle)s is being used
Philipp Hagemeister [Tue, 27 Nov 2012 12:01:32 +0000 (13:01 +0100)]
Encode the entire filename
Philipp Hagemeister [Tue, 27 Nov 2012 11:46:27 +0000 (12:46 +0100)]
Clean up test
Philipp Hagemeister [Tue, 27 Nov 2012 11:46:09 +0000 (12:46 +0100)]
Switch back to underline for invalid characters, and make restricted ASCII-only
Christopher Neugebauer [Tue, 27 Nov 2012 11:32:24 +0000 (22:32 +1100)]
Fixed indentation error
Christopher Neugebauer [Tue, 27 Nov 2012 11:30:07 +0000 (22:30 +1100)]
Removes extranous debugging info :)
Christopher Neugebauer [Tue, 27 Nov 2012 11:28:16 +0000 (22:28 +1100)]
Adds format listing/selection support to the Comedy Central extractor.
Philipp Hagemeister [Tue, 27 Nov 2012 11:25:51 +0000 (12:25 +0100)]
Merge remote-tracking branch 'chrisjrn/master'
Christopher Neugebauer [Tue, 27 Nov 2012 10:51:30 +0000 (21:51 +1100)]
Removes extraneous debug message.
Christopher Neugebauer [Tue, 27 Nov 2012 10:49:27 +0000 (21:49 +1100)]
Points the ComedyCentral extractor at a CDN which works with more RTMPDump versions.
Philipp Hagemeister [Mon, 26 Nov 2012 23:42:47 +0000 (00:42 +0100)]
Merge remote-tracking branch 'gcmalloc/master'
Filippo Valsorda [Mon, 26 Nov 2012 23:22:39 +0000 (00:22 +0100)]
release 2012.11.27
Philipp Hagemeister [Mon, 26 Nov 2012 23:14:12 +0000 (00:14 +0100)]
remove accidental remnants
Philipp Hagemeister [Mon, 26 Nov 2012 22:58:46 +0000 (23:58 +0100)]
New optoin --restrict-filenames
Philipp Hagemeister [Mon, 26 Nov 2012 22:40:51 +0000 (23:40 +0100)]
Remove redundancy in instructions
Philipp Hagemeister [Mon, 26 Nov 2012 22:25:04 +0000 (23:25 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Mon, 26 Nov 2012 22:24:55 +0000 (23:24 +0100)]
Document configuration
Filippo Valsorda [Mon, 26 Nov 2012 21:35:12 +0000 (22:35 +0100)]
fix FAQ on how to compile (also, starnge fix in the Makefile)
Philipp Hagemeister [Mon, 26 Nov 2012 03:23:20 +0000 (04:23 +0100)]
Use character instead of byte strings
Philipp Hagemeister [Mon, 26 Nov 2012 03:13:43 +0000 (04:13 +0100)]
Remove longs (int does the right thing since Python 2.2, see PEP 237)
Philipp Hagemeister [Mon, 26 Nov 2012 03:05:54 +0000 (04:05 +0100)]
Add some parentheses around print for #180
Philipp Hagemeister [Mon, 26 Nov 2012 02:04:11 +0000 (18:04 -0800)]
Merge pull request #538 from zejn/patch-1
Also enable album URLs on Vimeo.
Philipp Hagemeister [Sun, 25 Nov 2012 23:57:57 +0000 (15:57 -0800)]
Merge pull request #545 from FiloSottile/alias
Kill (alias) --literal and %(title)
Filippo Valsorda [Sun, 25 Nov 2012 19:39:42 +0000 (20:39 +0100)]
alias %(title)s to %(stitle)s
Filippo Valsorda [Sun, 25 Nov 2012 19:28:49 +0000 (20:28 +0100)]
aliased --literal to --title
zejn [Wed, 21 Nov 2012 12:24:14 +0000 (13:24 +0100)]
Also enable album URLs on Vimeo.
Filippo Valsorda [Sat, 17 Nov 2012 13:02:31 +0000 (14:02 +0100)]
release 2012.11.17
Filippo Valsorda [Tue, 13 Nov 2012 20:53:18 +0000 (21:53 +0100)]
Reworked Vimeo file selection logic (quality, codec) - closes #530
Filippo Valsorda [Sun, 11 Nov 2012 14:22:10 +0000 (06:22 -0800)]
Merge pull request #522 from art-zhitnik/master
--(match|reject)-title utf8 fix
Art Zhitnik [Thu, 1 Nov 2012 13:06:46 +0000 (23:06 +1000)]
Solve the bug of parsing titles with unicode (cyrillic)