]>
gitweb @ CieloNegro.org - youtube-dl.git/log
Filippo Valsorda [Tue, 25 Sep 2012 21:56:01 +0000 (23:56 +0200)]
moved make release to devscripts/release.sh
Filippo Valsorda [Fri, 3 Aug 2012 18:10:54 +0000 (20:10 +0200)]
A more "make-esque" Makefile with file targets and dependencies
Filippo Valsorda [Wed, 1 Aug 2012 16:40:27 +0000 (18:40 +0200)]
added one-step realese script 'make release version=nn' - closes #158
Filippo Valsorda [Wed, 1 Aug 2012 15:26:50 +0000 (17:26 +0200)]
added automatically generated bash-completion; closes #191
Filippo Valsorda [Wed, 1 Aug 2012 09:53:17 +0000 (11:53 +0200)]
auto-generating manpage from README.md (closes #151); redesigned Makefile
Filippo Valsorda [Wed, 1 Aug 2012 09:35:04 +0000 (11:35 +0200)]
Merge branch 'joehillen/master' - pull request #381
Filippo Valsorda [Tue, 31 Jul 2012 13:56:35 +0000 (15:56 +0200)]
changed YouTube closed captions URL; closes #382
Filippo Valsorda [Mon, 30 Jul 2012 23:40:29 +0000 (01:40 +0200)]
xvideos patch by @pocoimporta - closes #370
joehillen [Sun, 22 Jul 2012 20:36:22 +0000 (13:36 -0700)]
Added install target to Makefile.
Philipp Hagemeister [Wed, 18 Jul 2012 19:17:51 +0000 (21:17 +0200)]
Fix EscapistMagazine IE
Filippo Valsorda [Sat, 14 Jul 2012 12:35:57 +0000 (14:35 +0200)]
fixed a logic bug in post-processing
Filippo Valsorda [Sat, 30 Jun 2012 13:04:30 +0000 (15:04 +0200)]
YouTube playlist fix; closes #365 and #331
Filippo Valsorda [Tue, 26 Jun 2012 12:35:37 +0000 (05:35 -0700)]
Merge pull request #363 from chalet16/master
Change a number of subtitle sequence to begin with one - closes #362
Witchakorn Kamolpornwijit [Tue, 26 Jun 2012 12:24:30 +0000 (19:24 +0700)]
Change a number of subtitle sequence to begin with one (instead of zero) for ffmpeg,avcodec, and Matroska compatibility
Filippo Valsorda [Fri, 22 Jun 2012 11:57:17 +0000 (13:57 +0200)]
display a meaningful error message on rental videos (#359)
Filippo Valsorda [Sun, 3 Jun 2012 10:39:16 +0000 (03:39 -0700)]
Merge pull request #353 from FiloSottile/avconv
check for avconv and ffmpeg, use as available; closes #344
Filippo Valsorda [Thu, 31 May 2012 20:42:25 +0000 (22:42 +0200)]
normalize ffmpeg/avconv names printing
Filippo Valsorda [Thu, 31 May 2012 19:03:29 +0000 (21:03 +0200)]
check for avconv and ffmpeg, use as available; closes #344
Philipp Hagemeister [Thu, 31 May 2012 07:04:32 +0000 (00:04 -0700)]
Merge pull request #352 from chocolateboy/decontaminate_stdout
don't corrupt stdout (-o -) in verbose mode
chocolateboy [Wed, 30 May 2012 10:50:13 +0000 (11:50 +0100)]
don't corrupt stdout (-o -) in verbose mode
Filippo Valsorda [Sun, 27 May 2012 21:03:45 +0000 (23:03 +0200)]
fixed a couple of Windows exe update bugs
Philipp Hagemeister [Wed, 23 May 2012 17:19:53 +0000 (19:19 +0200)]
quiet zip in make compile
Philipp Hagemeister [Wed, 23 May 2012 17:19:31 +0000 (19:19 +0200)]
Fix Escapist IE
Philipp Hagemeister [Tue, 22 May 2012 11:35:59 +0000 (04:35 -0700)]
Merge pull request #342 from FiloSottile/master
Re-organized code and a lot of other stuff.
Filippo Valsorda [Wed, 9 May 2012 12:47:28 +0000 (14:47 +0200)]
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
Filippo Valsorda [Wed, 9 May 2012 09:41:34 +0000 (09:41 +0000)]
Introduced Trouble(Exception) for more elegant non-fatal errors handling
Filippo Valsorda [Tue, 1 May 2012 16:22:08 +0000 (18:22 +0200)]
merge upstream
Filippo Valsorda [Tue, 1 May 2012 15:01:51 +0000 (17:01 +0200)]
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.
Philipp Hagemeister [Thu, 19 Apr 2012 07:46:01 +0000 (09:46 +0200)]
merge #336
Philipp Hagemeister [Thu, 19 Apr 2012 07:44:25 +0000 (09:44 +0200)]
Merge git://git.jankratochvil.net/youtube-dl
Jan Kratochvil [Mon, 16 Apr 2012 15:13:01 +0000 (17:13 +0200)]
Add format #46 - WebM 1920x1080.
Filippo Valsorda [Fri, 13 Apr 2012 20:09:24 +0000 (22:09 +0200)]
some HTMLParser bugfixes
Filippo Valsorda [Tue, 10 Apr 2012 22:22:51 +0000 (00:22 +0200)]
merged unescapeHTML branch; removed lxml dependency
Filippo Valsorda [Tue, 10 Apr 2012 21:08:53 +0000 (23:08 +0200)]
ignore parsing errors in get_element_by_id()
Filippo Valsorda - Campagna [Tue, 10 Apr 2012 16:54:40 +0000 (18:54 +0200)]
removed the undocumented HTMLParser.unescape, replaced with _unescapeHTML; fixed a bug in the use of _unescapeHTML (missing _, from
d6a96153471ae7e93693cb4dee46cbec1492af7b )
Filippo Valsorda - Campagna [Tue, 10 Apr 2012 16:21:00 +0000 (18:21 +0200)]
removed dependency from lxml: added IDParser
Filippo Valsorda - Campagna [Tue, 10 Apr 2012 14:46:36 +0000 (16:46 +0200)]
better naming for the sub-modules
Filippo Valsorda - Campagna [Tue, 10 Apr 2012 14:37:40 +0000 (16:37 +0200)]
moved trivialjson to a separate file
Filippo Valsorda - Campagna [Tue, 10 Apr 2012 14:31:46 +0000 (16:31 +0200)]
standardized the use of unescapeHTML; added clean_html()
Filippo Valsorda - Campagna [Sat, 7 Apr 2012 18:07:42 +0000 (20:07 +0200)]
wine-py2exe.sh to create the exe under linux (!!)
Filippo Valsorda [Fri, 30 Mar 2012 23:27:47 +0000 (01:27 +0200)]
py2exe -U fix for Windows XP
Filippo Valsorda [Fri, 30 Mar 2012 23:19:30 +0000 (01:19 +0200)]
corrected -U to support new zipfile and exe (#153) formats
Filippo Valsorda [Fri, 30 Mar 2012 21:54:16 +0000 (23:54 +0200)]
's/ /\t/'
Filippo Valsorda [Fri, 30 Mar 2012 21:45:27 +0000 (23:45 +0200)]
moved increment_downloads and process_info calls from IEs to FD.download (#296) (follows current doclines); a small step towards importability #217
Filippo Valsorda [Sun, 25 Mar 2012 21:48:53 +0000 (23:48 +0200)]
Added py2exe script
Filippo Valsorda [Sun, 25 Mar 2012 01:07:37 +0000 (03:07 +0200)]
Split code as a package, compiled into an executable zip
Filippo Valsorda [Sun, 25 Mar 2012 00:07:47 +0000 (01:07 +0100)]
Merge branch 'next-url'
Filippo Valsorda [Sat, 24 Mar 2012 00:23:19 +0000 (01:23 +0100)]
Filippo Valsorda [Sat, 24 Mar 2012 00:17:36 +0000 (01:17 +0100)]
Always extract original URL from next_url (#318)
Witold Baryluk [Fri, 23 Mar 2012 05:17:29 +0000 (06:17 +0100)]
Extract original URL from next_url parameter of verify_age page, before actual extract
Witold Baryluk [Fri, 23 Mar 2012 05:15:57 +0000 (06:15 +0100)]
Ignore leading spaces (and trailing also) in all URL from url list or command line
Filippo Valsorda [Sun, 18 Mar 2012 21:15:58 +0000 (22:15 +0100)]
added support for HTTP redirects. Closes #315
Philipp Hagemeister [Thu, 15 Mar 2012 19:52:35 +0000 (20:52 +0100)]
Clean up superfluous whitespace
Philipp Hagemeister [Thu, 15 Mar 2012 19:47:27 +0000 (20:47 +0100)]
Credit Filippo Valsorda
Filippo Valsorda [Thu, 15 Mar 2012 13:56:08 +0000 (14:56 +0100)]
added --srt-lang; updated README; extended the -g FAQ
Filippo Valsorda [Thu, 15 Mar 2012 13:05:34 +0000 (14:05 +0100)]
Merge branch 'master' of git://github.com/rg3/youtube-dl into closed-captions
Philipp Hagemeister [Thu, 15 Mar 2012 07:35:01 +0000 (08:35 +0100)]
Philipp Hagemeister [Thu, 15 Mar 2012 07:26:44 +0000 (08:26 +0100)]
Philipp Hagemeister [Thu, 15 Mar 2012 07:05:21 +0000 (08:05 +0100)]
Philipp Hagemeister [Thu, 15 Mar 2012 06:56:32 +0000 (07:56 +0100)]
Filippo Valsorda [Wed, 14 Mar 2012 21:44:45 +0000 (22:44 +0100)]
switched ytsearch to more robust Youtube Data API (fixes #307)
Filippo Valsorda [Tue, 13 Mar 2012 22:49:33 +0000 (23:49 +0100)]
added youtube closed captions .srt support (see #90)
cryzed [Fri, 9 Mar 2012 21:05:35 +0000 (22:05 +0100)]
Fixed downloading of unrelated videos when downloading a YouTube playlist
Filippo Valsorda [Wed, 7 Mar 2012 20:02:12 +0000 (21:02 +0100)]
Vimeo: Added support for flv only videos
Filippo Valsorda [Mon, 5 Mar 2012 16:51:16 +0000 (17:51 +0100)]
Switch Vimeo to scraping: fixes #285
Filippo Valsorda [Thu, 1 Mar 2012 23:35:56 +0000 (00:35 +0100)]
Fixed gvsearch
Philipp Hagemeister [Mon, 27 Feb 2012 19:19:28 +0000 (20:19 +0100)]
release 2012.02.27
Philipp Hagemeister [Mon, 27 Feb 2012 19:19:03 +0000 (20:19 +0100)]
Always determine youtube description
Philipp Hagemeister [Sun, 26 Feb 2012 23:42:26 +0000 (00:42 +0100)]
release 2012.02.26
Philipp Hagemeister [Sun, 26 Feb 2012 23:41:46 +0000 (00:41 +0100)]
Output RTMP command line if verbose is set
Philipp Hagemeister [Sun, 26 Feb 2012 22:53:56 +0000 (23:53 +0100)]
Move imports to top (Closes #283)
Philipp Hagemeister [Sun, 26 Feb 2012 22:44:32 +0000 (23:44 +0100)]
Set default continue behavior to true, no breakage observed in the wild
Philipp Hagemeister [Sun, 26 Feb 2012 22:33:19 +0000 (23:33 +0100)]
verbose flag, and output proxies if it is set
Philipp Hagemeister [Sun, 26 Feb 2012 22:25:12 +0000 (14:25 -0800)]
Merge pull request #292 from rbrito/fixes/vimeo-ie
VimeoIE: Allow matches taken from embedded videos.
Rogério Brito [Fri, 24 Feb 2012 09:12:21 +0000 (07:12 -0200)]
VimeoIE: Allow matches taken from embedded videos.
With this change, I can directly cut and paste URLs embedded in 3rd-party
pages as `youtube-dl`'s arguments.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Philipp Hagemeister [Mon, 16 Jan 2012 11:23:22 +0000 (03:23 -0800)]
Merge pull request #275 from grawity/winnt-unicode
Support Unicode in file names on Windows NT
Mantas Mikulėnas [Mon, 16 Jan 2012 10:05:59 +0000 (12:05 +0200)]
Support Unicode in file names on Windows NT
Philipp Hagemeister [Sun, 8 Jan 2012 16:23:10 +0000 (17:23 +0100)]
Release 2012.01.08b
Philipp Hagemeister [Sun, 8 Jan 2012 16:22:48 +0000 (17:22 +0100)]
correct to_screen prints
Philipp Hagemeister [Sun, 8 Jan 2012 16:20:55 +0000 (17:20 +0100)]
Release 2012.01.08
Philipp Hagemeister [Sun, 8 Jan 2012 16:20:01 +0000 (17:20 +0100)]
Leave out characters the filesystem cannot encode (Closes: #264)
Philipp Hagemeister [Sat, 7 Jan 2012 00:30:30 +0000 (01:30 +0100)]
MTV IE
Philipp Hagemeister [Thu, 5 Jan 2012 10:08:50 +0000 (11:08 +0100)]
release 2012.01.05
Philipp Hagemeister [Thu, 5 Jan 2012 09:46:21 +0000 (10:46 +0100)]
Correct distinction between unicode and bytes (Closes: #257)
Philipp Hagemeister [Wed, 4 Jan 2012 23:39:47 +0000 (00:39 +0100)]
Correct comedycentral flash URL regex
Philipp Hagemeister [Wed, 4 Jan 2012 23:36:47 +0000 (00:36 +0100)]
correct epydoc
Philipp Hagemeister [Wed, 4 Jan 2012 13:08:17 +0000 (14:08 +0100)]
Fix tds RTMP url extraction
Philipp Hagemeister [Sat, 17 Dec 2011 00:35:05 +0000 (01:35 +0100)]
release 2011.12.18
Philipp Hagemeister [Sat, 17 Dec 2011 00:32:28 +0000 (01:32 +0100)]
Add wav audio output
Philipp Hagemeister [Fri, 16 Dec 2011 22:28:43 +0000 (23:28 +0100)]
Only skip download if files exists; convert audio
Philipp Hagemeister [Thu, 15 Dec 2011 19:32:37 +0000 (20:32 +0100)]
Release 2011.12.15
Philipp Hagemeister [Thu, 15 Dec 2011 19:32:05 +0000 (20:32 +0100)]
Dailymotion: Use og:title instead of <title> to find title (Closes: #253)
Philipp Hagemeister [Thu, 8 Dec 2011 20:39:13 +0000 (21:39 +0100)]
Release 2011.12.08
Philipp Hagemeister [Thu, 8 Dec 2011 20:38:28 +0000 (21:38 +0100)]
--prefer-free-formats (Closes #231)
Philipp Hagemeister [Thu, 8 Dec 2011 20:21:25 +0000 (21:21 +0100)]
m4a: aac in mp4 container (Closes #240)
Philipp Hagemeister [Thu, 8 Dec 2011 19:59:02 +0000 (20:59 +0100)]
Abort when --max-downloads is reached.
Philipp Hagemeister [Thu, 8 Dec 2011 19:39:56 +0000 (11:39 -0800)]
Merge pull request #245 from rbrito/fix-makefile
Makefile: Don't use `echo`'s `-e` option for portability.
Philipp Hagemeister [Thu, 8 Dec 2011 19:39:22 +0000 (20:39 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Thu, 8 Dec 2011 19:36:00 +0000 (20:36 +0100)]
OpenClassRoom IE (Closes: #234)
Rogério Brito [Thu, 8 Dec 2011 15:18:17 +0000 (13:18 -0200)]
Makefile: Don't use `echo`'s `-e` option for portability.
Many systems (including Debian, Ubuntu and derivatives like Linux Mint) use
Dash as a noninteractive version of `/bin/sh`, invoked by `make`.
Dash's `echo` command doesn't understand the `-e` option and this generates
spurious output when running `make`. See [a bugreport][0] for one of the
many instances of this bug/feature in action.
[0]: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/72167