This website requires JavaScript.
Explore
Help
Sign In
Akkariin
/
youtube-dl
Watch
1
Star
0
Fork
0
You've already forked youtube-dl
mirror of
https://github.com/l1ving/youtube-dl
synced
2026-05-24 01:39:49 +08:00
Code
Issues
Releases
Wiki
Activity
824
Commits
2
Branches
1,081
Tags
f462df021a881c406afefc62bbf905ea582700ea
Commit Graph
824 Commits
This Branch
This Branch
All Branches
Use None on missing required info_dict fields
Filippo Valsorda
·
2012-11-27 23:15:33 +01:00
f462df021a
IE._WORKING attribute in order to warn the users and skip the tests on broken IEs
Filippo Valsorda
·
2012-11-27 19:30:09 +01:00
03c5b0fbd4
document info_dict['subtitles'] and info_dict['urlhandle']
Filippo Valsorda
·
2012-11-27 18:08:07 +01:00
7e4674830e
make all IEs return 'upload_date' and 'uploader', even if only u'NA'
Filippo Valsorda
·
2012-11-27 17:57:12 +01:00
9ce5d9ee75
info_dict['upload_date'] is documented in --output, IEs MUST specify it
Filippo Valsorda
·
2012-11-27 17:38:22 +01:00
b49e75ff9a
info_dict['player_url'] is used only for rtmpdump, indicate it as optional in the info_dict
Filippo Valsorda
·
2012-11-27 17:32:25 +01:00
abe7a3ac2a
default info_dict['format'] to info_dict['ext'] and make the YT one more verbose
Filippo Valsorda
·
2012-11-27 17:20:25 +01:00
717b1f72ed
Bump version number to a numeric-only one to appease py2exe
Philipp Hagemeister
·
2012-11-27 16:12:08 +01:00
c9128b353d
Bump version number
Philipp Hagemeister
·
2012-11-27 16:08:39 +01:00
e7c6f1a2dc
Add test for asian characters (
#551
)
Philipp Hagemeister
·
2012-11-27 16:07:52 +01:00
1a911e60a4
Minor filename encoding improvement in a common case
Philipp Hagemeister
·
2012-11-27 15:07:10 +01:00
46cbda0be4
Merge remote-tracking branch 'chrisjrn/master'
Philipp Hagemeister
·
2012-11-27 14:55:18 +01:00
fa59f4b6a9
Fixes the InfoExtractor for the Colbert Report.
Christopher Neugebauer
·
2012-11-27 23:54:43 +11:00
4a702f3819
Fix spacing in comedycentral IE
Philipp Hagemeister
·
2012-11-27 13:24:10 +01:00
6bac102a4d
Merge remote-tracking branch 'chrisjrn/master'
Philipp Hagemeister
·
2012-11-27 13:19:18 +01:00
958a22b7cf
warn if %(stitle)s is being used
Philipp Hagemeister
·
2012-11-27 13:11:06 +01:00
97cd3afc75
Encode the entire filename
Philipp Hagemeister
·
2012-11-27 13:01:32 +01:00
aa2a94ed81
Clean up test
Philipp Hagemeister
·
2012-11-27 12:46:27 +01:00
c7032546f1
Switch back to underline for invalid characters, and make restricted ASCII-only
Philipp Hagemeister
·
2012-11-27 12:46:09 +01:00
56781d3d2e
Fixed indentation error
Christopher Neugebauer
·
2012-11-27 22:32:24 +11:00
feb22fe5fe
Removes extranous debugging info :)
Christopher Neugebauer
·
2012-11-27 22:30:07 +11:00
d8dddb7c02
Adds format listing/selection support to the Comedy Central extractor.
Christopher Neugebauer
·
2012-11-27 22:28:16 +11:00
4408d996fb
Merge remote-tracking branch 'chrisjrn/master'
Philipp Hagemeister
·
2012-11-27 12:25:51 +01:00
ed7516c69d
Removes extraneous debug message.
Christopher Neugebauer
·
2012-11-27 21:51:30 +11:00
89af8e9d32
Points the ComedyCentral extractor at a CDN which works with more RTMPDump versions.
Christopher Neugebauer
·
2012-11-27 21:49:27 +11:00
36a9c0b5ff
Merge remote-tracking branch 'gcmalloc/master'
Philipp Hagemeister
·
2012-11-27 00:42:47 +01:00
9fb3bfb45a
release 2012.11.27
Filippo Valsorda
·
2012-11-27 00:22:39 +01:00
2012.11.27
d479e34043
remove accidental remnants
Philipp Hagemeister
·
2012-11-27 00:14:12 +01:00
240089e5df
New optoin --restrict-filenames
Philipp Hagemeister
·
2012-11-26 23:58:46 +01:00
1c469a9480
Remove redundancy in instructions
Philipp Hagemeister
·
2012-11-26 23:40:51 +01:00
71f36332dd
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
·
2012-11-26 23:25:04 +01:00
8179d2ba74
Document configuration
Philipp Hagemeister
·
2012-11-26 23:24:55 +01:00
df4bad3245
fix FAQ on how to compile (also, starnge fix in the Makefile)
Filippo Valsorda
·
2012-11-26 22:35:12 +01:00
a7b5c8d6a8
Use character instead of byte strings
Philipp Hagemeister
·
2012-11-26 04:23:20 +01:00
92b91c1878
Remove longs (int does the right thing since Python 2.2, see PEP 237)
Philipp Hagemeister
·
2012-11-26 04:13:43 +01:00
7ec1a206ea
Add some parentheses around print for
#180
Philipp Hagemeister
·
2012-11-26 04:05:54 +01:00
51937c0869
Merge pull request
#538
from zejn/patch-1
Also enable album URLs on Vimeo.
Philipp Hagemeister
·
2012-11-25 18:04:11 -08:00
6b50761222
Merge pull request
#545
from FiloSottile/alias
Kill (alias) --literal and %(title)
Philipp Hagemeister
·
2012-11-25 15:57:57 -08:00
6571408dc6
alias %(title)s to %(stitle)s
Filippo Valsorda
·
2012-11-25 20:39:42 +01:00
b6fab35b9f
aliased --literal to --title
Filippo Valsorda
·
2012-11-25 20:28:49 +01:00
baec15387c
Also enable album URLs on Vimeo.
zejn
·
2012-11-21 13:24:14 +01:00
297d7fd9c0
release 2012.11.17
Filippo Valsorda
·
2012-11-17 14:02:31 +01:00
2012.11.17
5002aea371
Reworked Vimeo file selection logic (quality, codec) -
closes
#530
Filippo Valsorda
·
2012-11-13 21:53:18 +01:00
74033a662d
Merge pull request
#522
from art-zhitnik/master
--(match|reject)-title utf8 fix
Filippo Valsorda
·
2012-11-11 06:22:10 -08:00
0526e4f55a
Solve the bug of parsing titles with unicode (cyrillic)
Art Zhitnik
·
2012-11-11 14:09:12 +10:00
39973a0236
quiet the HTMLParser debug info -
closes
#517
Filippo Valsorda
·
2012-11-09 12:32:07 +01:00
5d40a470a2
fix DailyMotion official users videos -
closes
#281
- by @yvestan
Filippo Valsorda
·
2012-11-07 14:44:10 +01:00
4cc391461a
fixed MetacafeIE (uploader nickname regex) -
closes
#515
Filippo Valsorda
·
2012-11-06 23:08:10 +01:00
bf95333e5e
-x for --extract-audio, one of the most popular options
Philipp Hagemeister
·
2012-10-30 17:41:38 +01:00
b7a34316d2
New --id option for the old default filename pattern
Philipp Hagemeister
·
2012-10-30 17:37:53 +01:00
74e453bdea
First
Previous
1
2
3
4
5
...
Next
Last