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-28 14:59:55 +08:00
Code
Issues
Releases
Wiki
Activity
898
Commits
2
Branches
1,081
Tags
e91d2338d8f5be16d8cd052d38c20bec9d5583ab
Commit Graph
245 Commits
Allow youtube_dl/__main__.py to be called directly
Philipp Hagemeister
·
2012-11-29 15:11:24 +01:00
743b28ce11
Correct exception raising
Philipp Hagemeister
·
2012-11-28 18:21:06 +01:00
6ad98fb3fd
Mark broken IEs in --list-extractors
Philipp Hagemeister
·
2012-11-28 17:58:55 +01:00
b08e09c370
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
·
2012-11-28 12:59:55 +01:00
3cd69a54b2
Restrict more characters (
Closes
#566
)
Philipp Hagemeister
·
2012-11-28 12:59:27 +01:00
627dcfff39
Mark CollegeHumorIE not working until phihag finishes
Filippo Valsorda
·
2012-11-28 11:43:35 +01:00
0eb0faa26f
fix YouTubeIE on 2.6, sorry
Filippo Valsorda
·
2012-11-28 11:28:59 +01:00
32761d863c
collegehumor: able to download a single f4f file (not yet playable)
Philipp Hagemeister
·
2012-11-28 04:51:27 +01:00
799c076384
Make __main__ work in all scenarios with relative imports
Philipp Hagemeister
·
2012-11-28 03:55:35 +01:00
f1cb5bcad2
Use relative imports
Philipp Hagemeister
·
2012-11-28 03:34:40 +01:00
9e8056d5a7
Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister
·
2012-11-28 02:04:46 +01:00
59ae15a507
hack for apparently broken parse_qs in python2
Philipp Hagemeister
·
2012-11-28 02:01:09 +01:00
40b35b4aa6
Woooohooo! python3 youtube_dl BaW_jenozKc -t works!
Philipp Hagemeister
·
2012-11-28 00:56:20 +01:00
0f00efed4c
Remove superfluous encodings
Philipp Hagemeister
·
2012-11-28 00:53:09 +01:00
e6137fd61d
Fix printing title etc.
Philipp Hagemeister
·
2012-11-28 00:46:21 +01:00
8cd10ac4ef
correct to_stderr
Philipp Hagemeister
·
2012-11-28 00:33:38 +01:00
64a57846d3
youtube IE: Correct bytes vs str
Philipp Hagemeister
·
2012-11-28 00:31:59 +01:00
72f976701a
typo
Philipp Hagemeister
·
2012-11-28 00:22:55 +01:00
5bd9cc7a6a
Use list comprehension instead of map
Philipp Hagemeister
·
2012-11-28 00:19:24 +01:00
f660c89d51
Import from the correct module
Philipp Hagemeister
·
2012-11-28 00:17:59 +01:00
73dce4b2e4
Py2/3 parse_qs compatibility
Philipp Hagemeister
·
2012-11-28 00:17:12 +01:00
9f37a95941
One more except..as
Philipp Hagemeister
·
2012-11-28 00:13:40 +01:00
a130bc6d02
Py2/3 compatibility for http.client
Philipp Hagemeister
·
2012-11-28 00:13:00 +01:00
348d0a7a18
Use io.BytesIO instead of StringIO
Philipp Hagemeister
·
2012-11-28 00:09:17 +01:00
03f9daab34
Python 3 version of HTMLParser
Philipp Hagemeister
·
2012-11-28 00:06:28 +01:00
a8156c1d2e
Py3 compat for unichr and htmlentitydefs
Philipp Hagemeister
·
2012-11-28 00:02:55 +01:00
3e669f369f
Fall back to urllib instead of urllib2 for Python 3 urllib.parse
Philipp Hagemeister
·
2012-11-27 23:58:47 +01:00
da779b4924
Remove ur references for Python 3.3 support
Philipp Hagemeister
·
2012-11-27 23:56:10 +01:00
89fb51dd2d
Prepare urllib references for 2/3 compatibility
Philipp Hagemeister
·
2012-11-27 23:54:09 +01:00
01ba00ca42
Use except .. as everywhere (
#180
)
Philipp Hagemeister
·
2012-11-27 23:31:55 +01:00
e08bee320e
Rename util.u to util.compat_str
Philipp Hagemeister
·
2012-11-27 23:29:18 +01:00
96731798db
Merge remote-tracking branch 'origin/master' into IE_cleanup
Conflicts: youtube_dl/FileDownloader.py
Filippo Valsorda
·
2012-11-27 23:20:32 +01:00
c63cc10ffa
Use None on missing required info_dict fields
Filippo Valsorda
·
2012-11-27 23:15:33 +01:00
f462df021a
Use u instead of str in Python 2
Philipp Hagemeister
·
2012-11-27 23:11:44 +01:00
1a84d8675b
Only encode when output stream is binary
Philipp Hagemeister
·
2012-11-27 21:07:25 +01:00
c806f804d8
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
Replace long with int (see PEP 237)
Philipp Hagemeister
·
2012-11-27 19:05:03 +01:00
95649b3936
Better formatting (PEP 8)
Philipp Hagemeister
·
2012-11-27 19:03:37 +01:00
3aeb78ea4e
Remove mentions of unicode
Philipp Hagemeister
·
2012-11-27 19:02:37 +01:00
dd109dee8e
Clean up with the help of pep8
Philipp Hagemeister
·
2012-11-27 18:55:35 +01:00
b514df2034
unify spacing
Philipp Hagemeister
·
2012-11-27 18:49:18 +01:00
0969bdd305
Merge remote-tracking branch 'Asido/master'
Philipp Hagemeister
·
2012-11-27 18:48:43 +01:00
1a9c655e3b
Prepare 2012.11.29 release
Philipp Hagemeister
·
2012-11-27 18:30:34 +01:00
f8d8b39bba
Fix filename sanitation (
Closes
#555
)
Philipp Hagemeister
·
2012-11-27 18:27:46 +01:00
dcd60025f8
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
Add Christian Albrecht (Arte.tv IE) to authors
Philipp Hagemeister
·
2012-11-27 17:16:49 +01:00
26396311b5
First
Previous
1
2
3
4
5
Next
Last