Filippo Valsorda
df5cff3751
make tests skip on not _WORKING
2012-11-28 11:54:20 +01:00
Filippo Valsorda
79ae0a06d5
comment out 3.3 testing until Travis implements it
2012-11-28 11:46:56 +01:00
Filippo Valsorda
5a59fd6392
new .travis.yml with notifications and 3.3
2012-11-28 11:46:03 +01:00
Filippo Valsorda
0eb0faa26f
Mark CollegeHumorIE not working until phihag finishes
2012-11-28 11:43:35 +01:00
Filippo Valsorda
32761d863c
fix YouTubeIE on 2.6, sorry
2012-11-28 11:28:59 +01:00
Filippo Valsorda
e643e2c6b7
Merge pull request #563 from FiloSottile/IE_cleanup
...
General IE docs and return dicts cleanup
2012-11-27 14:22:40 -08:00
Filippo Valsorda
c63cc10ffa
Merge remote-tracking branch 'origin/master' into IE_cleanup
...
Conflicts:
youtube_dl/FileDownloader.py
2012-11-27 23:20:32 +01:00
Filippo Valsorda
f462df021a
Use None on missing required info_dict fields
2012-11-27 23:15:33 +01:00
Filippo Valsorda
03c5b0fbd4
IE._WORKING attribute in order to warn the users and skip the tests on broken IEs
2012-11-27 19:30:09 +01:00
Filippo Valsorda
7e4674830e
document info_dict['subtitles'] and info_dict['urlhandle']
2012-11-27 18:08:07 +01:00
Filippo Valsorda
9ce5d9ee75
make all IEs return 'upload_date' and 'uploader', even if only u'NA'
2012-11-27 17:57:12 +01:00
Filippo Valsorda
b49e75ff9a
info_dict['upload_date'] is documented in --output, IEs MUST specify it
2012-11-27 17:38:22 +01:00
Filippo Valsorda
abe7a3ac2a
info_dict['player_url'] is used only for rtmpdump, indicate it as optional in the info_dict
2012-11-27 17:32:25 +01:00
Filippo Valsorda
717b1f72ed
default info_dict['format'] to info_dict['ext'] and make the YT one more verbose
2012-11-27 17:20:25 +01:00
Filippo Valsorda
d479e34043
release 2012.11.27
2012-11-27 00:22:39 +01:00
Filippo Valsorda
a7b5c8d6a8
fix FAQ on how to compile (also, starnge fix in the Makefile)
2012-11-26 22:35:12 +01:00
Filippo Valsorda
b6fab35b9f
alias %(title)s to %(stitle)s
2012-11-25 20:39:42 +01:00
Filippo Valsorda
baec15387c
aliased --literal to --title
2012-11-25 20:28:49 +01:00
Filippo Valsorda
5002aea371
release 2012.11.17
2012-11-17 14:02:31 +01:00
Filippo Valsorda
74033a662d
Reworked Vimeo file selection logic (quality, codec) - closes #530
2012-11-13 21:53:18 +01:00
Filippo Valsorda
0526e4f55a
Merge pull request #522 from art-zhitnik/master
...
--(match|reject)-title utf8 fix
2012-11-11 06:22:10 -08:00
Filippo Valsorda
5d40a470a2
quiet the HTMLParser debug info - closes #517
2012-11-09 12:32:07 +01:00
Filippo Valsorda
4cc391461a
fix DailyMotion official users videos - closes #281 - by @yvestan
2012-11-07 14:44:10 +01:00
Filippo Valsorda
bf95333e5e
fixed MetacafeIE (uploader nickname regex) - closes #515
2012-11-06 23:08:10 +01:00
Filippo Valsorda
42cb53fcfa
modified filename escaping to a "smarter" one
2012-10-28 22:47:02 +01:00
Filippo Valsorda
fe4d68e196
slight change to Dailymotion uploader regex (fix)
2012-10-28 21:43:43 +01:00
Filippo Valsorda
965a8b2bc4
Merge pull request #488 from Tailszefox/local
...
Fix audio bitrate quality for ffmpeg/avconv (closes #487 )
2012-10-24 11:42:31 -07:00
Filippo Valsorda
b8005afc20
handle YT urls with #/ redirects ( closes #484 )
2012-10-22 09:15:27 +02:00
Filippo Valsorda
902b2a0a45
New IE: YouTube channels ( closes #396 )
2012-10-14 13:48:18 +02:00
Filippo Valsorda
10daa766a1
support EDU YouTube playlists ( closes #407 )
2012-10-11 08:27:19 +02:00
Filippo Valsorda
7b107eea51
release 2012.10.09
2012-10-09 15:53:20 +02:00
Filippo Valsorda
646b885cbf
Added missing dependencies to Makefile
2012-10-09 15:49:24 +02:00
Filippo Valsorda
0bfd0b598a
Re-engineered Dailymotion qualities selection (thanks @knagano, sort of merges #176 )
2012-10-09 12:28:44 +02:00
Filippo Valsorda
fd873c69a4
Merge PR #422 from 'kevinamadeus/master'
...
Add InfoExtractor for Google Plus video
(with fixes)
2012-10-09 10:48:49 +02:00
Filippo Valsorda
d64db7409b
Merge pull request #458 from grimreaper/patch-1
...
There is nothing bash specific in release.sh, switch to /bin/sh
2012-10-09 01:16:40 -07:00
Filippo Valsorda
aa85963987
Merge pull request #452 from Tailszefox/local
...
Added uploaded date for Dailymotion
2012-10-03 11:29:51 -07:00
Filippo Valsorda
13e69f546c
Merged, modified and compiled Dailymotion pull request #446 by @Steap
2012-09-30 21:45:43 +02:00
Filippo Valsorda
39ce6e79e7
Updated youtube-dl.exe
2012-09-29 19:12:56 +02:00
Filippo Valsorda
551fa9dfbf
adding new --output replacements. Thanks @danut007ro ( closes #442 )
2012-09-29 15:49:10 +02: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
Filippo Valsorda
dce1088450
A more "make-esque" Makefile with file targets and dependencies
2012-08-03 20:10:54 +02:00
Filippo Valsorda
11a141dec9
BlipTVUserIE fix
2012-08-01 21:11:04 +02:00
Filippo Valsorda
818282710b
moved the User-Agent workaround to the BlipTV IE
2012-08-01 20:51:56 +02:00
Filippo Valsorda
7a7c093ab0
added one-step realese script 'make release version=nn' - closes #158
2012-08-01 18:40:27 +02:00
Filippo Valsorda
ce7b2a40d0
added automatically generated bash-completion; closes #191
2012-08-01 17:26:50 +02:00
Filippo Valsorda
cfcec69331
auto-generating manpage from README.md ( closes #151 ); redesigned Makefile
2012-08-01 11:54:27 +02:00
Filippo Valsorda
91645066e2
Merge branch 'joehillen/master' - pull request #381
2012-08-01 11:35:04 +02:00
Filippo Valsorda
dee5d76923
changed YouTube closed captions URL; closes #382
2012-07-31 15:56:35 +02:00
Filippo Valsorda
363a4e1114
xvideos patch by @pocoimporta - closes #370
2012-07-31 01:40:29 +02:00
Filippo Valsorda
b24676ce88
changed --audio-quality behaviour to support both CBR and VBR
2012-07-14 19:43:24 +02:00
Filippo Valsorda
cca4828ac9
fixed a logic bug in post-processing
2012-07-14 14:35:57 +02:00
Filippo Valsorda
d4e16d3e97
YouTube playlist fix; closes #365 and #331
2012-06-30 15:04:30 +02:00
Filippo Valsorda
65dc7d0272
Merge pull request #363 from chalet16/master
...
Change a number of subtitle sequence to begin with one - closes #362
2012-06-26 05:35:37 -07:00
Filippo Valsorda
7df97fb59f
display a meaningful error message on rental videos ( #359 )
2012-06-22 13:57:17 +02:00
Filippo Valsorda
3187e42a23
Merge pull requests #356 #357 #358 by jcarlosgarciasegovia
2012-06-06 20:51:29 +02:00
Filippo Valsorda
505ed3088f
normalize ffmpeg/avconv names printing
2012-06-03 12:11:39 +02:00
Filippo Valsorda
0b976545c7
check for avconv and ffmpeg, use as available; closes #344
2012-06-03 12:10:15 +02:00
Filippo Valsorda
f36cd07685
fixed a couple of Windows exe update bugs
2012-05-27 23:03:45 +02:00
Filippo Valsorda
2c288bda42
reorganized the titles sanitizing: now title is the untouched title
...
and stitle is created in process_info() and is cross-filesystem sanitized by sanitize_filename();
closes #164
2012-05-09 14:47:28 +02:00
Filippo Valsorda and Filippo Valsorda
0b8c922da9
Introduced Trouble(Exception) for more elegant non-fatal errors handling
2012-05-09 09:43:11 +00:00
Filippo Valsorda
3fe294e4ef
merge upstream
2012-05-01 18:22:08 +02:00
Filippo Valsorda
921a145592
dropped the support for Python 2.5
...
let's elaborate the decision: Python 2.5 is a 6 years old release
and "under the current release policy, no security issues in Python
2.5 will be fixed anymore" (!!); also, it doesn't support the new
zipfile distribution format.
2012-05-01 17:01:51 +02:00
Filippo Valsorda
9beb5af82e
some HTMLParser bugfixes
2012-04-13 22:09:24 +02:00
Filippo Valsorda
9e6dd23876
merged unescapeHTML branch; removed lxml dependency
2012-04-11 00:22:51 +02:00
Filippo Valsorda
7a8501e307
ignore parsing errors in get_element_by_id()
2012-04-10 23:08:53 +02:00
Filippo Valsorda
bcfde70d73
py2exe -U fix for Windows XP
2012-03-31 01:27:47 +02:00
Filippo Valsorda
53e893615d
corrected -U to support new zipfile and exe ( #153 ) formats
2012-03-31 01:19:30 +02:00
Filippo Valsorda
303692b5ed
's/ /\t/'
2012-03-30 23:54:16 +02:00
Filippo Valsorda
58ca755f40
moved increment_downloads and process_info calls from IEs to FD.download ( #296 ) (follows current doclines); a small step towards importability #217
2012-03-30 23:45:27 +02:00
Filippo Valsorda
770234afa2
Added py2exe script
2012-03-25 23:48:53 +02:00
Filippo Valsorda
d77c3dfd02
Split code as a package, compiled into an executable zip
2012-03-25 03:07:37 +02:00
Filippo Valsorda
c23d8a74dc
Merge branch 'next-url'
2012-03-25 01:07:47 +01:00
Filippo Valsorda
74a5ff5f43
transplant ceba827e9a, d891ff9fd9, 69d3b2d824, 071940680f
2012-03-24 01:23:19 +01:00
Filippo Valsorda
071940680f
Always extract original URL from next_url ( #318 )
2012-03-24 01:17:36 +01:00
Filippo Valsorda
6af22cf0ef
added support for HTTP redirects. Closes #315
2012-03-18 22:15:58 +01:00
Filippo Valsorda
a0432a1e80
added --srt-lang; updated README; extended the -g FAQ
2012-03-15 14:56:08 +01:00
Filippo Valsorda
cfcf32d038
Merge branch 'master' of git://github.com/rg3/youtube-dl into closed-captions
2012-03-15 14:05:34 +01:00
Filippo Valsorda
afbaa80b8b
switched ytsearch to more robust Youtube Data API ( fixes #307 )
2012-03-14 22:44:45 +01:00
Filippo Valsorda
115d243428
added youtube closed captions .srt support (see #90 )
2012-03-13 23:49:33 +01:00
Filippo Valsorda
597e7b1805
Vimeo: Added support for flv only videos
2012-03-07 21:02:12 +01:00
Filippo Valsorda
2934c2ce43
Switch Vimeo to scraping: fixes #285
2012-03-05 17:51:16 +01:00
Filippo Valsorda
0f6e296a8e
Fixed gvsearch
2012-03-02 00:35:56 +01:00