]> Raphaël G. Git Repositories - youtubedl/commit
Imported Upstream version 2013.06.26
authorRogério Brito <rbrito@ime.usp.br>
Sun, 23 Jun 2013 23:10:29 +0000 (20:10 -0300)
committerRogério Brito <rbrito@ime.usp.br>
Sun, 23 Jun 2013 23:10:29 +0000 (20:10 -0300)
commit9815bb0a551468e4939cacfffbc2d5cb8dd12431
tree07a0847b2327c4b84d40abf0c1efe488fcf5e6c4
parent523a0ad06fdeae419ce4c1474cfa58c9bbc63f63
Imported Upstream version 2013.06.26
77 files changed:
Makefile
README.md
README.txt
devscripts/release.sh
setup.py
test/test_all_urls.py
test/test_download.py
test/test_write_info_json.py
test/test_youtube_lists.py
test/test_youtube_subtitles.py
test/tests.json
youtube-dl
youtube-dl.1
youtube_dl/FileDownloader.py
youtube_dl/InfoExtractors.py
youtube_dl/PostProcessor.py
youtube_dl/__init__.py
youtube_dl/extractor/__init__.py [new file with mode: 0644]
youtube_dl/extractor/ard.py [new file with mode: 0644]
youtube_dl/extractor/arte.py [new file with mode: 0644]
youtube_dl/extractor/bandcamp.py [new file with mode: 0644]
youtube_dl/extractor/bliptv.py [new file with mode: 0644]
youtube_dl/extractor/breakcom.py [new file with mode: 0644]
youtube_dl/extractor/collegehumor.py [new file with mode: 0644]
youtube_dl/extractor/comedycentral.py [new file with mode: 0644]
youtube_dl/extractor/common.py [new file with mode: 0644]
youtube_dl/extractor/dailymotion.py [new file with mode: 0644]
youtube_dl/extractor/depositfiles.py [new file with mode: 0644]
youtube_dl/extractor/eighttracks.py [new file with mode: 0644]
youtube_dl/extractor/escapist.py [new file with mode: 0644]
youtube_dl/extractor/facebook.py [new file with mode: 0644]
youtube_dl/extractor/flickr.py [new file with mode: 0644]
youtube_dl/extractor/funnyordie.py [new file with mode: 0644]
youtube_dl/extractor/gametrailers.py [new file with mode: 0644]
youtube_dl/extractor/generic.py [new file with mode: 0644]
youtube_dl/extractor/googleplus.py [new file with mode: 0644]
youtube_dl/extractor/googlesearch.py [new file with mode: 0644]
youtube_dl/extractor/howcast.py [new file with mode: 0644]
youtube_dl/extractor/hypem.py [new file with mode: 0644]
youtube_dl/extractor/ina.py [new file with mode: 0644]
youtube_dl/extractor/infoq.py [new file with mode: 0644]
youtube_dl/extractor/justintv.py [new file with mode: 0644]
youtube_dl/extractor/keek.py [new file with mode: 0644]
youtube_dl/extractor/liveleak.py [new file with mode: 0644]
youtube_dl/extractor/metacafe.py [new file with mode: 0644]
youtube_dl/extractor/mixcloud.py [new file with mode: 0644]
youtube_dl/extractor/mtv.py [new file with mode: 0644]
youtube_dl/extractor/myspass.py [new file with mode: 0644]
youtube_dl/extractor/myvideo.py [new file with mode: 0644]
youtube_dl/extractor/nba.py [new file with mode: 0644]
youtube_dl/extractor/photobucket.py [new file with mode: 0644]
youtube_dl/extractor/pornotube.py [new file with mode: 0644]
youtube_dl/extractor/rbmaradio.py [new file with mode: 0644]
youtube_dl/extractor/redtube.py [new file with mode: 0644]
youtube_dl/extractor/soundcloud.py [new file with mode: 0644]
youtube_dl/extractor/spiegel.py [new file with mode: 0644]
youtube_dl/extractor/stanfordoc.py [new file with mode: 0644]
youtube_dl/extractor/statigram.py [new file with mode: 0644]
youtube_dl/extractor/steam.py [new file with mode: 0644]
youtube_dl/extractor/teamcoco.py [new file with mode: 0644]
youtube_dl/extractor/ted.py [new file with mode: 0644]
youtube_dl/extractor/tumblr.py [new file with mode: 0644]
youtube_dl/extractor/ustream.py [new file with mode: 0644]
youtube_dl/extractor/vbox7.py [new file with mode: 0644]
youtube_dl/extractor/vimeo.py [new file with mode: 0644]
youtube_dl/extractor/vine.py [new file with mode: 0644]
youtube_dl/extractor/worldstarhiphop.py [new file with mode: 0644]
youtube_dl/extractor/xhamster.py [new file with mode: 0644]
youtube_dl/extractor/xnxx.py [new file with mode: 0644]
youtube_dl/extractor/xvideos.py [new file with mode: 0644]
youtube_dl/extractor/yahoo.py [new file with mode: 0644]
youtube_dl/extractor/youjizz.py [new file with mode: 0644]
youtube_dl/extractor/youku.py [new file with mode: 0644]
youtube_dl/extractor/youporn.py [new file with mode: 0644]
youtube_dl/extractor/youtube.py [new file with mode: 0644]
youtube_dl/extractor/zdf.py [new file with mode: 0644]
youtube_dl/version.py