Jonathon Padfield
20b2a55968
Loosened regex on DailyMotion videos to allow for matching of private video urls.
2012-02-26 11:00:52 +11:00
Rogério Brito
d85448f3bb
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>
2012-02-24 07:12:21 -02:00
Jonathon Padfield
0269764b07
Changed GenericIE so all regex matches on a page are used to find video urls
2012-02-11 16:17:23 +11:00
Philipp Hagemeister
99d46e8c27
Merge pull request #275 from grawity/winnt-unicode
...
Support Unicode in file names on Windows NT
2012-01-16 03:23:22 -08:00
Mantas Mikulėnas
4afdff39d7
Support Unicode in file names on Windows NT
2012-01-16 12:08:01 +02:00
Philipp Hagemeister
759320387a
Use stitle instead of title in doc
2012-01-12 20:15:54 +01:00
Rogério Brito
38096c43f9
Merge git://github.com/rg3/youtube-dl into manpage
2012-01-09 02:29:22 -02:00
Philipp Hagemeister
0be94d4c6a
release 2012.01.08b docs
2012-01-08 17:24:46 +01:00
Philipp Hagemeister
661a807c65
Release 2012.01.08b
2012-01-08 17:23:10 +01:00
Philipp Hagemeister
6d58c4546e
correct to_screen prints
2012-01-08 17:22:48 +01:00
Philipp Hagemeister
38ffbc0222
Release 2012.01.08
2012-01-08 17:20:55 +01:00
Philipp Hagemeister
fefb166c52
Leave out characters the filesystem cannot encode ( Closes : #264 )
2012-01-08 17:20:18 +01:00
Rogério Brito
c15f7c9cd4
Add embrionary manpage from Debian packaging.
...
This manpage is starting to get stale, but parts of it are fit for
integration in `README.md` (e.g., the introduction and some details of the
listing of the options).
From the "updated" `README.md` file, we can probably use a tool to generate
a very fine and detailed manpage that is always in sync with the program.
2012-01-08 03:53:27 -02:00
Philipp Hagemeister
dcb3c22e0b
MTV IE
2012-01-07 01:30:30 +01:00
Philipp Hagemeister
6bd03617e6
docs for 2012.01.05
2012-01-05 11:10:14 +01:00
Philipp Hagemeister
47a53c9e46
release 2012.01.05
2012-01-05 11:08:50 +01:00
Philipp Hagemeister
1413cd87eb
Correct distinction between unicode and bytes ( Closes : #257 )
2012-01-05 10:46:21 +01:00
Philipp Hagemeister
c92e184f75
Correct comedycentral flash URL regex
2012-01-05 00:39:47 +01:00
Philipp Hagemeister
3906e6ce60
correct epydoc
2012-01-05 00:36:47 +01:00
Philipp Hagemeister
c7d3c3db0d
Fix tds RTMP url extraction
2012-01-04 14:08:17 +01:00
Laurent Raufaste
3a5d3e034e
Fix: unescape() cannot work on an utf8 string, send him an ascii one
2011-12-22 09:10:35 -05:00
Philipp Hagemeister
a3d06cfe6d
doc for 2011.12.18
2011-12-17 01:35:45 +01:00
Philipp Hagemeister
d6639d05c2
release 2011.12.18
2011-12-17 01:35:05 +01:00
Philipp Hagemeister
633cf7cbad
Add wav audio output
2011-12-17 01:32:28 +01:00
Philipp Hagemeister
a5647b79ce
Only skip download if files exists; convert audio
2011-12-16 23:33:46 +01:00
Philipp Hagemeister
cd891850ec
Release 2011.12.15
2011-12-15 20:33:49 +01:00
Philipp Hagemeister
ba5059dd66
Release 2011.12.15
2011-12-15 20:32:37 +01:00
Philipp Hagemeister
bb8abbbbae
Dailymotion: Use og:title instead of <title> to find title ( Closes : #253 )
2011-12-15 20:32:05 +01:00
Verte Vero
8a9b79aba1
add reverse order feature
2011-12-14 06:38:34 -06:00
Verte Vero
552c435360
add reverse order feature
2011-12-14 06:34:29 -06:00
Philipp Hagemeister
cdee681a2c
Release 2011.12.08
2011-12-08 21:41:43 +01:00
Philipp Hagemeister
561504fffa
Release 2011.12.08
2011-12-08 21:39:13 +01:00
Philipp Hagemeister
23e6b8adc8
--prefer-free-formats ( Closes #231 )
2011-12-08 21:38:28 +01:00
Philipp Hagemeister
3e0ea7d07a
m4a: aac in mp4 container ( Closes #240 )
2011-12-08 21:21:25 +01:00
Philipp Hagemeister
94fd3201b2
Abort when --max-downloads is reached.
2011-12-08 20:59:02 +01:00
Philipp Hagemeister
0b3f3e1ad9
Merge pull request #245 from rbrito/fix-makefile
...
Makefile: Don't use `echo`'s `-e` option for portability.
2011-12-08 11:39:56 -08:00
Philipp Hagemeister
a05d2a0c05
Merge branch 'master' of github.com:rg3/youtube-dl
2011-12-08 20:39:22 +01:00
Philipp Hagemeister
0b14e0b367
OpenClassRoom IE ( Closes : #234 )
2011-12-08 20:36:00 +01:00
Rogério Brito
66e8777769
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
2011-12-08 13:18:29 -02:00
sh!zeeg
e842d4e8fb
OpenClassroom IE ( Closes #234 )
2011-12-01 02:51:49 +04:00
Philipp Hagemeister
348486ced4
Merge pull request #238 from rbrito/add-to-gitignore
...
Add list of files to ignore for `youtube-dl`.
2011-11-30 11:45:17 -08:00
Rogério Brito
f1f300e629
Add list of files to ignore for youtube-dl
.
2011-11-30 14:17:20 -02:00
Philipp Hagemeister
dd17922afc
OpenClassRoom videos ( #234 )
2011-11-30 10:52:04 +01:00
SilentGob
3d04c50899
Clarify --max-downloads help
2011-11-30 10:25:44 +01:00
SilentGob
10321e5b74
Clarify the --max-downloads option, we do not abort after downloading NUMBER files
2011-11-30 10:21:53 +01:00
Philipp Hagemeister
40fd4cb86a
Move merged code to dev version
2011-11-30 10:00:36 +01:00
Philipp Hagemeister
9e9b75ae4d
Merge pull request #236 from lra/dailymotion-fix
...
Fix the DailymotionIE to parse the new title of a webpage
2011-11-30 00:57:09 -08:00
Laurent Raufaste
8abf76ddb9
Fix the DailymotionIE to parse the new title of a webpage
2011-11-29 22:30:42 -05:00
kevin
d75d7eb9ba
When using formatted output, don't split on path for audio extraction. Filenames with periods are interpreted as extensions.
2011-11-29 18:01:29 -08:00
Philipp Hagemeister
c95da745bc
Mention -o - in doc ( Closes #204 )
2011-11-29 20:22:27 +01:00