diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-01-31 10:46:21 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:44 +0100 |
commit | ba72f8a5d1fa1d788c020aaace075614df3f523d (patch) | |
tree | 727b3a3126351bd833e89b0527054e14b6ae32e9 | |
parent | c6fd0bb80680d09eca54a3a428a47e3205d0180f (diff) |
Bump version and increase Firefox version number
-rwxr-xr-x | youtube-dl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube-dl b/youtube-dl index 1894317b0..271952af8 100755 --- a/youtube-dl +++ b/youtube-dl @@ -18,7 +18,7 @@ import urllib import urllib2 std_headers = { - 'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1', + 'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5', 'Accept-Charset': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'Accept': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'Accept-Language': 'en-us,en;q=0.5', @@ -852,7 +852,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2008.11.01', + version='2009.01.31', conflict_handler='resolve', ) parser.add_option('-h', '--help', |