1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-24 00:02:53 +08:00
Commit Graph

9527 Commits

Author SHA1 Message Date
Philipp Hagemeister
5d534e2fe6 Improve option definitions 2012-09-27 20:19:27 +02:00
Philipp Hagemeister
234e230c87 Merge remote-tracking branch 'FiloSottille/vbr'
Conflicts:
	youtube-dl
	youtube-dl.exe
2012-09-27 20:18:29 +02:00
Philipp Hagemeister
34ae0f9d20 Merge branch 'master' of github.com:rg3/youtube-dl 2012-09-27 19:56:29 +02:00
Philipp Hagemeister
df09e5f9e1 Merge pull request #405 from hdclark/master
Support for custom user agent
2012-09-27 10:56:25 -07:00
cryzed
3af2f7656c Fixed YouTube playlist parsing 2012-09-27 19:48:29 +02:00
Philipp Hagemeister
74e716bb64 original test video 2012-09-27 19:44:44 +02:00
Philipp Hagemeister
85f76ac90b Merge remote-tracking branch 'FiloSottille/automation' 2012-09-27 19:41:51 +02:00
Philipp Hagemeister
7f36e39676 Merge remote-tracking branch 'FiloSottille/supports'
Conflicts:
	youtube-dl
2012-09-27 19:24:41 +02:00
Philipp Hagemeister
ebe3f89ea4 Merge xnxx.com Support (NSFW). Test URL (SFW): http://video.xnxx.com/video1443330/youtube-dl_testvid_a_and_9829_._and_amp_and_38_ 2012-09-27 18:55:56 +02:00
danut007ro
aa5bc9f712 Merge remote-tracking branch 'upstream/master' 2012-09-27 19:01:42 +03:00
Philipp Hagemeister
60a1c34662 Drop 2.5 compatibility 2012-09-27 15:33:20 +02:00
Maxence Ardouin
c0753053e6 Removed vim swap file added by mistakle 2012-09-27 14:56:46 +02:00
Maxence Ardouin
bd0d738343 Updated youtube-dl to new version from rg3's repo 2012-09-27 14:50:55 +02:00
Philipp Hagemeister
b5de8af234 Release 2012.09.27 2012-09-27 11:25:46 +02:00
Philipp Hagemeister
eb817499b0 Compile updated youtube-dl 2012-09-27 11:23:44 +02:00
Philipp Hagemeister
e2af9232b2 Merge pull request #428 from virtulis/master
A quick fix to #427
2012-09-27 02:22:05 -07:00
Danko Alexeyev
9ca667065e Add 'signature' to YouTube URLs, fixes #427 2012-09-27 09:44:49 +03:00
danut007ro
ae16f68f4a Provider (youtube, etc) is now saved in info_dict, so template filename can be something like %(provider)s_%(id)s.%(ext)s
This can be useful because videos should also be identified by their providers since id's can be the same on multiple providers.
2012-09-27 00:35:31 +03:00
danut007ro
3cd98c7894 Removed provider (mistake) and add provider parameter to process_info 2012-09-27 00:07:20 +03:00
danut007ro
2866e68838 Merge branch 'master' of https://github.com/rg3/youtube-dl 2012-09-26 21:09:44 +03:00
danut007ro
be8786a6a4 Every extractor also return it's name. 2012-09-26 21:00:28 +03:00
Filippo Valsorda
0e841bdc54 add PREFIX option to make install 2012-09-26 00:10:39 +02:00
Filippo Valsorda
225dceb046 moved make release to devscripts/release.sh 2012-09-25 23:56:01 +02:00
Philipp Hagemeister
b0d4f95899 Merge pull request #391 from rbrito/support-tube.majestyc.net
Support downloading Youtube videos via tube.majestyc.net
2012-09-25 14:17:13 -07:00
Kevin Kwan
d443aca863 Add InfoExtractor for Google Plus video 2012-09-25 16:21:02 +08:00
Kevin Kwan
2fb456292c Merge branch 'master' of https://github.com/kevinamadeus/youtube-dl 2012-09-25 15:57:48 +08:00
Kevin Kwan
af5366d69d Add a InfoExtractor for Google Plus post entries with video 2012-09-25 15:51:13 +08:00
Kevin Kwan
f575919dd5 Add a InfoExtractor for Google Plus post entries with video, fixed name of InfoExtractor 2012-09-25 15:28:20 +08:00
Kevin Kwan
fbdbfbeca8 Revert "Add a InfoExtractor for Google Plus post entries with video"
This reverts commit fb24d87305.
2012-09-25 15:15:01 +08:00
cryzed
e8091b2f50 Fixed RegEx, playlist prefix seemingly changes, account for all possible cases. 2012-09-20 15:16:27 +02:00
cryzed
4294898628 Improved playlist parsing 2012-09-12 20:45:30 +02:00
cryzed
fc96af00fd Fixed YouTube playlist parsing 2012-09-12 17:23:47 +02:00
Kevin Kwan
fb24d87305 Add a InfoExtractor for Google Plus post entries with video 2012-09-10 11:59:31 +08:00
Gael Pasgrimaud
b405488940 add a setup.py to allow to install with pip install -e 2012-08-30 21:34:31 +02:00
Louis
09729eb337 works correctly with the youtube-dl IE architecture
previous commit returned media URL, but this one retrieves it and uses it to download
2012-08-28 19:27:52 +03:00
Louis
eb6cf05f2a new dailymotion regexp to retrieve media url
due to change in Dailymotion webpage since early august 2012
should close issue 393
2012-08-28 19:13:13 +03:00
Christian Albrecht
2ebc6e6a92 Make youtube-dl 2012-08-26 09:57:49 +02:00
Christian Albrecht
f2ad10a97d Add arte.tv Info Extractor 2012-08-26 09:47:19 +02:00
hdclark
ea46fe2dd4 Added support for custom user agents.
Added a few simple lines to add support for the flag "--user-agent" to pass a custom string to std_header['User-Agent'].
2012-08-22 23:40:35 -07:00
dongmao zhang
c4b30f3dbd add www.youku.com support 2012-08-22 13:46:20 +08:00
Filippo Valsorda
202e76cfb0 Made the YouTubeIE regex verbose/commented 2012-08-20 00:58:10 +02:00
Filippo Valsorda
3a68d7b467 tweaked the --audio-quality input validation/specification 2012-08-19 23:25:16 +02:00
Filippo Valsorda
795cc5059a Re-engineered XNXXIE to actually exit on ERRORs even with -i 2012-08-19 18:46:23 +02:00
Filippo Valsorda
5dc846fad0 Merge pull request #398 from tempname/master 2012-08-19 18:39:43 +02:00
Filippo Valsorda
d5c4c4c10e bugfix and standarize the youku.com support 2012-08-19 17:44:34 +02:00
Filippo Valsorda
1ac3e3315e Merge pull request #395 from thesues/master 2012-08-19 17:08:39 +02:00
Filippo Valsorda
0e4dc2fc74 Merge 'rbrito/support-tube.majestyc.net' (PR #391) with small fix 2012-08-19 17:00:20 +02:00
Filippo Valsorda
9bb8dc8e42 Python 2.6 compatibility fix. Thanks @Jamesc359 - closes #400 2012-08-19 16:06:33 +02:00
tempname
154b55dae3 added InfoExtractor for XNXX 2012-08-15 20:57:27 -03:00
tempname
6de7ef9b8d added InfoExtractor for XNXX 2012-08-15 20:54:03 -03:00