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-19 13:51:18 +08:00
Code
Issues
Releases
Wiki
Activity
648
Commits
2
Branches
1,081
Tags
7a7c093ab011ea94de52d90500cb90c7a39ea0a2
Commit Graph
648 Commits
This Branch
This Branch
All Branches
Bump version number
Ricardo Garcia
·
2010-10-31 11:23:41 +01:00
2008.11.01
240b737ebd
Fix TypeError in decode() method and unordered playlist URLs
Ricardo Garcia
·
2010-10-31 11:23:41 +01:00
27d98b6e25
Improve documentation
Ricardo Garcia
·
2010-10-31 11:23:41 +01:00
5487aea5d8
Bump version number
Ricardo Garcia
·
2010-10-31 11:23:38 +01:00
2008.10.16
9ca4851a00
Make the YouTube login mechanism work across countries
Ricardo Garcia
·
2010-10-31 11:23:38 +01:00
1e9daf2a48
Bump version number
Ricardo Garcia
·
2010-10-31 11:23:38 +01:00
2008.09.20
d853063955
Fix metacafe.com and UTF8 output filenames
Ricardo Garcia
·
2010-10-31 11:23:35 +01:00
2546e7679f
Bump version string
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
2008.08.09
0ddf38df18
Add initial version of postprocessing framework
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
65cd34c5d7
Improve a couple of detection strings to avoid i18n-related bugs
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
5352678576
Increase version number
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
a7d06f400c
Improve error message regarding output templates and charsets
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
b1a1f8ea8f
Update webpage to reflect changes
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
f807dc157e
Simplify a statement
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
97accc0ece
Make the most prominent output strings Unicode and fix Unicode title bug
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
76a7f36400
Add YoutubePlaylistIE class
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
0c2dc87d9e
Add metacafe.com support and minor changse
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
020f7150aa
Fix directory creation not working with absolute paths
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
3af1e17284
Add --rate-limit program option
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
acd3d84298
Modify ignore filters
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
7337efbfe4
Strip newline from version
Ricardo Garcia
·
2010-10-31 11:23:31 +01:00
3c53b78720
Add script to regenerate index.html
Ricardo Garcia
·
2010-10-31 11:23:30 +01:00
bb02834692
Add old version of webpage
Ricardo Garcia
·
2010-10-31 11:23:30 +01:00
3e1cabc338
Fix video format command line option parsing and set version number
Ricardo Garcia
·
2010-10-31 11:23:26 +01:00
2008.07.22
d7bc253bb8
Convert direct uses of .to_stdout() into methods to ease inheritation
Ricardo Garcia
·
2008-07-22 22:40:50 +02:00
bafa5cd969
Add --mobile-version program option
Ricardo Garcia
·
2008-07-22 22:18:51 +02:00
90663284b2
Make the downloader print the name of the destination file
Ricardo Garcia
·
2008-07-22 15:53:22 +02:00
2130d8f6a4
Add a couple of exceptions to avoid exiting from class methods
Ricardo Garcia
·
2008-07-22 15:52:56 +02:00
e5bf0f551b
Minor comment
Ricardo Garcia
·
2008-07-22 15:26:32 +02:00
38acff0e77
Improve program documentation
Ricardo Garcia
·
2008-07-22 11:41:25 +02:00
1c5e23021e
Add .trouble() method to downloader to ease tracing retcode
Ricardo Garcia
·
2008-07-22 11:33:41 +02:00
0086d1ec32
Unify uppercase criteria in errors and trace return code
Ricardo Garcia
·
2008-07-22 11:16:32 +02:00
bb681b88df
Replace the directory separator in title
Ricardo Garcia
·
2008-07-22 11:05:22 +02:00
98a1fe038c
Fix not taking into account outs.outtmpl
Ricardo Garcia
·
2008-07-22 11:00:38 +02:00
e8e20c76f2
Remove useless comments
Ricardo Garcia
·
2008-07-22 10:57:19 +02:00
ae2e6e461c
Add command line parse code
Ricardo Garcia
·
2008-07-22 10:56:54 +02:00
209e9e27e7
Minor improvements and changes
Ricardo Garcia
·
2008-07-22 10:14:13 +02:00
f9f1e79879
Modify ignore list
Ricardo Garcia
·
2008-07-22 10:01:37 +02:00
656a7dc973
Add forceurl and forcetitle downloader options
Ricardo Garcia
·
2008-07-22 10:00:43 +02:00
05a84b35cc
Update and fix User-Agent header
Ricardo Garcia
·
2008-07-22 09:55:32 +02:00
7414bdf11d
Improve some unicode regular expressions
Ricardo Garcia
·
2008-07-22 09:53:05 +02:00
f97c8db74e
Improve fixed template checks
Ricardo Garcia
·
2008-07-22 09:45:49 +02:00
22899cea59
Detect malformed output template
Ricardo Garcia
·
2008-07-22 09:21:43 +02:00
14c300687e
Add .to_stderr() to downloaders
Ricardo Garcia
·
2008-07-22 00:07:07 +02:00
7e5cab6730
Add support for the "simulate" option
Ricardo Garcia
·
2008-07-21 23:58:16 +02:00
b609fd549f
Correct a few formatting bugs and add .to_stdout() to downloader
Ricardo Garcia
·
2008-07-21 23:53:06 +02:00
9fcd8355e5
Check the output name is not fixed when there are several videos to download
Ricardo Garcia
·
2008-07-21 23:29:06 +02:00
b46347267a
Create initial preview version of the new youtube-dl
Ricardo Garcia
·
2008-07-21 23:12:31 +02:00
4fa74b5252
First
Previous
...
9
10
11
12
13
Next
Last