youtube-dl
10 years agoMerge pull request #1677 from rzhxeo/xtube
Jaime Marquínez Ferrándiz [Sun, 3 Nov 2013 11:28:02 +0000 (03:28 -0800)]
Merge pull request #1677 from rzhxeo/xtube

Add support for http://www.xtube.com

10 years agoMerge pull request #1676 from rzhxeo/extremetube
Jaime Marquínez Ferrándiz [Sun, 3 Nov 2013 11:25:46 +0000 (03:25 -0800)]
Merge pull request #1676 from rzhxeo/extremetube

Add support for http://www.extremetube.com

10 years agoSet the 'extractor_key' field in the info_dict
Jaime Marquínez Ferrándiz [Sun, 3 Nov 2013 11:14:44 +0000 (12:14 +0100)]
Set the 'extractor_key' field in the info_dict

It's the string returned by the class method 'ie_key', which allows to retrieve the extractor with 'get_info_extractor'

10 years agoAdd the 'webpage_url' field to info_dict
Jaime Marquínez Ferrándiz [Sun, 3 Nov 2013 11:11:13 +0000 (12:11 +0100)]
Add the 'webpage_url' field to info_dict

The url for the video page, it must allow to reproduce the result.
It's automatically set by YoutubeDL if it's missing.

10 years agoSet the extra_info inside YoutubeDL.process_ie_result and set only if the keys are...
Jaime Marquínez Ferrándiz [Sun, 3 Nov 2013 10:56:45 +0000 (11:56 +0100)]
Set the extra_info inside YoutubeDL.process_ie_result and set only if the keys are missing

10 years ago[XTubeIE] Add description to TEST
rzhxeo [Sat, 2 Nov 2013 21:45:48 +0000 (22:45 +0100)]
[XTubeIE] Add description to TEST

10 years ago[ExtremeTubeIE] Set age_limit to 18 and fix uploader extraction
rzhxeo [Sat, 2 Nov 2013 21:33:49 +0000 (22:33 +0100)]
[ExtremeTubeIE] Set age_limit to 18 and fix uploader extraction

10 years agoMerge pull request #1678 from rzhxeo/keezmovies
Jaime Marquínez Ferrándiz [Sat, 2 Nov 2013 21:15:52 +0000 (14:15 -0700)]
Merge pull request #1678 from rzhxeo/keezmovies

[KeezMoviesIE] Detect URLs with numbers in the SEO part correct

10 years ago[brightcove] Don't set the extension
Jaime Marquínez Ferrándiz [Sat, 2 Nov 2013 20:20:46 +0000 (21:20 +0100)]
[brightcove] Don't set the extension

If the video only has the 'FLVFullLengthURL' key, it can still be an mp4 file.

10 years ago[exfm] skip tests
Jaime Marquínez Ferrándiz [Sat, 2 Nov 2013 19:51:09 +0000 (20:51 +0100)]
[exfm] skip tests

The site is down too often.

10 years ago[youtube] Remove vevo test
Jaime Marquínez Ferrándiz [Sat, 2 Nov 2013 19:46:26 +0000 (20:46 +0100)]
[youtube] Remove vevo test

The video is no longer available and it seems that vevo video don't use encrypted signatures anymore.

10 years ago[bambuser] Add an extractor for channels (closes #1702)
Jaime Marquínez Ferrándiz [Sat, 2 Nov 2013 18:50:57 +0000 (19:50 +0100)]
[bambuser] Add an extractor for channels (closes #1702)

10 years agoAdd an extractor for bambuser.com (#1702)
Jaime Marquínez Ferrándiz [Sat, 2 Nov 2013 18:01:01 +0000 (19:01 +0100)]
Add an extractor for bambuser.com (#1702)

10 years agorelease 2013.11.02
Philipp Hagemeister [Sat, 2 Nov 2013 10:21:36 +0000 (11:21 +0100)]
release 2013.11.02

10 years ago[youtube] Encode subtitle track name in request (Fixes #1700)
Philipp Hagemeister [Sat, 2 Nov 2013 10:21:05 +0000 (11:21 +0100)]
[youtube] Encode subtitle track name in request (Fixes #1700)

10 years agoAdd an extractor for vk.com (closes #1635)
Jaime Marquínez Ferrándiz [Fri, 1 Nov 2013 21:28:51 +0000 (22:28 +0100)]
Add an extractor for vk.com (closes #1635)

10 years ago[metacafe] Fix support for age-restricted videos (fixes #1696)
Jaime Marquínez Ferrándiz [Fri, 1 Nov 2013 10:55:35 +0000 (11:55 +0100)]
[metacafe] Fix support for age-restricted videos (fixes #1696)

The 'Content-Type' header must be set for disabling the family filter.
The 'flashversion' cookie  is only needed for AnyClip videos.
Added tests for standard metacafe videos and for age-restricted videos.
Also set the 'age_limit' field.

10 years ago[livestream] fix the extraction of events
Jaime Marquínez Ferrándiz [Thu, 31 Oct 2013 07:07:26 +0000 (08:07 +0100)]
[livestream] fix the extraction of events

It now uses a json dictionary from the webpage.

10 years agoFix the test for dailymotion subtitles
Jaime Marquínez Ferrándiz [Thu, 31 Oct 2013 06:55:03 +0000 (07:55 +0100)]
Fix the test for dailymotion subtitles

The extractor returns a single info_dict now.

10 years ago[dailymotion] Fix support for age-restricted videos (Fixes #1688)
Philipp Hagemeister [Wed, 30 Oct 2013 23:20:49 +0000 (00:20 +0100)]
[dailymotion] Fix support for age-restricted videos (Fixes #1688)

10 years agorelease 2013.10.30
Philipp Hagemeister [Wed, 30 Oct 2013 00:17:20 +0000 (01:17 +0100)]
release 2013.10.30

10 years agoUse index in formt string (Fixes vevo test on Python 2.6)
Philipp Hagemeister [Wed, 30 Oct 2013 00:17:00 +0000 (01:17 +0100)]
Use index in formt string (Fixes vevo test on Python 2.6)

10 years ago[vevo] Readd support for SMIL (Fixes #1683)
Philipp Hagemeister [Wed, 30 Oct 2013 00:14:17 +0000 (01:14 +0100)]
[vevo] Readd support for SMIL (Fixes #1683)

10 years agoRemove superfluous space
Philipp Hagemeister [Wed, 30 Oct 2013 00:09:44 +0000 (01:09 +0100)]
Remove superfluous space

10 years agoFix output indenting for --list-formats
Philipp Hagemeister [Wed, 30 Oct 2013 00:09:26 +0000 (01:09 +0100)]
Fix output indenting for --list-formats

10 years agoUpdate the Vimeo test vector md5
Filippo Valsorda [Tue, 29 Oct 2013 20:44:35 +0000 (16:44 -0400)]
Update the Vimeo test vector md5

confirmed that this is indeed the first 10241 (we went off by one with
byte range 0-10240) of the full, playing mp4, so they probably
reencoded or something

10 years ago[arte] Download the 'Originalversion' version if it's the only one available (fixes...
Jaime Marquínez Ferrándiz [Tue, 29 Oct 2013 19:58:49 +0000 (20:58 +0100)]
[arte] Download the 'Originalversion' version if it's the only one available (fixes #1682)

10 years ago[vevo] Add more format details
Philipp Hagemeister [Tue, 29 Oct 2013 14:10:09 +0000 (15:10 +0100)]
[vevo] Add more format details

10 years agoNicer --list-formats output
Philipp Hagemeister [Tue, 29 Oct 2013 14:09:45 +0000 (15:09 +0100)]
Nicer --list-formats output

10 years ago[vevo] Fix timestamp handling
Philipp Hagemeister [Tue, 29 Oct 2013 13:00:01 +0000 (14:00 +0100)]
[vevo] Fix timestamp handling

( / 1000 is implicit float division )

10 years agorelease 2013.10.29
Philipp Hagemeister [Tue, 29 Oct 2013 05:48:39 +0000 (06:48 +0100)]
release 2013.10.29

10 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Tue, 29 Oct 2013 05:48:18 +0000 (06:48 +0100)]
Merge remote-tracking branch 'origin/master'

10 years ago[youtube] Fix login (Fixes #1681)
Philipp Hagemeister [Tue, 29 Oct 2013 05:45:54 +0000 (06:45 +0100)]
[youtube] Fix login (Fixes #1681)

10 years ago[tests] a HTTP 503 is a transient issue
Filippo Valsorda [Mon, 28 Oct 2013 23:07:16 +0000 (19:07 -0400)]
[tests] a HTTP 503 is a transient issue

10 years ago[mtv] Remove the templates from the mediagen url
Jaime Marquínez Ferrándiz [Mon, 28 Oct 2013 22:37:01 +0000 (23:37 +0100)]
[mtv] Remove the templates from the mediagen url

10 years agoFix YouTubeDL test
Philipp Hagemeister [Mon, 28 Oct 2013 22:18:13 +0000 (23:18 +0100)]
Fix YouTubeDL test

10 years ago[tests] don't fail on network errors
Filippo Valsorda [Mon, 28 Oct 2013 22:03:26 +0000 (18:03 -0400)]
[tests] don't fail on network errors

This is suboptimal, but at least this way we will need to look at the logs
only to check for network errors that happen too often, instead of
parsing a ton of lines each time to see if there is some true test failing

10 years agoAdd an extractor for MySpace (closes #1666)
Jaime Marquínez Ferrándiz [Mon, 28 Oct 2013 21:02:17 +0000 (22:02 +0100)]
Add an extractor for MySpace (closes #1666)

10 years agotests: build the filename from the info_dict if the 'file' key is missing
Jaime Marquínez Ferrándiz [Mon, 28 Oct 2013 21:01:37 +0000 (22:01 +0100)]
tests: build the filename from the info_dict if the 'file' key is missing

It will need to have the 'id' and 'ext' keys to work.

10 years agoAdd support for http://www.xtube.com
rzhxeo [Mon, 28 Oct 2013 18:23:48 +0000 (19:23 +0100)]
Add support for http://www.xtube.com

10 years ago[KeezMoviesIE] Detect URLs with numbers in the SEO part correct
rzhxeo [Mon, 28 Oct 2013 17:22:55 +0000 (18:22 +0100)]
[KeezMoviesIE] Detect URLs with numbers in the SEO part correct

10 years agoAdd support for http://www.extremetube.com
rzhxeo [Mon, 28 Oct 2013 16:35:01 +0000 (17:35 +0100)]
Add support for http://www.extremetube.com

10 years agosetup.py: Make sure the setuptools_available variable is set
Jaime Marquínez Ferrándiz [Mon, 28 Oct 2013 15:54:38 +0000 (16:54 +0100)]
setup.py: Make sure the setuptools_available variable is set

Otherwise it would crash if it can't import setuptools.

10 years agoMerge pull request #1675 from rzhxeo/fix
Philipp Hagemeister [Mon, 28 Oct 2013 15:35:40 +0000 (08:35 -0700)]
Merge pull request #1675 from rzhxeo/fix

Check if description and thumbnail are None to prevent crash

10 years agoCheck if description and thumbnail are None to prevent crash
rzhxeo [Mon, 28 Oct 2013 15:28:35 +0000 (16:28 +0100)]
Check if description and thumbnail are None to prevent crash

10 years agoMake "requested format not available" expected (#1655)
Philipp Hagemeister [Mon, 28 Oct 2013 10:41:43 +0000 (11:41 +0100)]
Make "requested format not available" expected (#1655)

10 years agomixcloud does not do any format selection
Philipp Hagemeister [Mon, 28 Oct 2013 10:41:32 +0000 (11:41 +0100)]
mixcloud does not do any format selection

10 years agorelease 2013.10.28
Philipp Hagemeister [Mon, 28 Oct 2013 10:34:21 +0000 (11:34 +0100)]
release 2013.10.28

10 years ago[vimeo] Support hash in URL (Fixes #1669)
Philipp Hagemeister [Mon, 28 Oct 2013 10:32:22 +0000 (11:32 +0100)]
[vimeo] Support hash in URL (Fixes #1669)

10 years agoNicer --list-formats output
Philipp Hagemeister [Mon, 28 Oct 2013 10:31:12 +0000 (11:31 +0100)]
Nicer --list-formats output

10 years agoLet extractors omit ext in formats
Philipp Hagemeister [Mon, 28 Oct 2013 10:28:02 +0000 (11:28 +0100)]
Let extractors omit ext in formats

10 years ago[addanime] Use new formats system
Philipp Hagemeister [Mon, 28 Oct 2013 10:24:47 +0000 (11:24 +0100)]
[addanime] Use new formats system

10 years agoMerge remote-tracking branch 'origin/master'
Philipp Hagemeister [Mon, 28 Oct 2013 09:44:13 +0000 (10:44 +0100)]
Merge remote-tracking branch 'origin/master'

10 years agoNew debug option --write-pages
Philipp Hagemeister [Mon, 28 Oct 2013 09:44:02 +0000 (10:44 +0100)]
New debug option --write-pages

10 years ago[Instagram] get the non-https link, as they are serving Akamai cert from a instagram...
Filippo Valsorda [Mon, 28 Oct 2013 06:34:29 +0000 (02:34 -0400)]
[Instagram] get the non-https link, as they are serving Akamai cert from a instagram.com domain

10 years agoMerge pull request #1620 from jaimeMF/console_script
Filippo Valsorda [Mon, 28 Oct 2013 06:08:59 +0000 (23:08 -0700)]
Merge pull request #1620 from jaimeMF/console_script

Use the console_scripts entry point if setuptools is available

10 years agoAdd the missing age_limit tags; added a devscript to do a superficial check for porn...
Filippo Valsorda [Mon, 28 Oct 2013 05:50:17 +0000 (01:50 -0400)]
Add the missing age_limit tags; added a devscript to do a superficial check for porn sites without the age_limit tag in the test

10 years agoMerge pull request #1657 by @rzhxeo
Filippo Valsorda [Mon, 28 Oct 2013 05:45:52 +0000 (01:45 -0400)]
Merge pull request #1657 by @rzhxeo

[YouPornIE] Extract all encrypted links and remove doubles at the end

10 years agoMerge pull request #1659 by @rzhxeo
Filippo Valsorda [Mon, 28 Oct 2013 05:38:28 +0000 (01:38 -0400)]
Merge pull request #1659 by @rzhxeo

Add support for http://www.tube8.com

10 years agoMerge pull request #1663 by @rzhxeo
Filippo Valsorda [Mon, 28 Oct 2013 05:35:11 +0000 (01:35 -0400)]
Merge pull request #1663 by @rzhxeo

Add support for http://www.spankwire.com

10 years agoMerge pull request #1664 by @rzhxeo
Filippo Valsorda [Mon, 28 Oct 2013 05:25:46 +0000 (01:25 -0400)]
Merge pull request #1664 by @rzhxeo

Add support for http://www.keezmovies.com

10 years agoMerge pull request #1661 by @rzhxeo
Filippo Valsorda [Mon, 28 Oct 2013 04:50:39 +0000 (00:50 -0400)]
Merge pull request #1661 by @rzhxeo

Add support for http://www.pornhub.com

10 years ago[Exfm] replace the failing Soundcloud test vector (broken also in browser)
Filippo Valsorda [Mon, 28 Oct 2013 04:33:43 +0000 (00:33 -0400)]
[Exfm] replace the failing Soundcloud test vector (broken also in browser)

10 years agoMerge pull request #1660 from pyed/master
Filippo Valsorda [Mon, 28 Oct 2013 04:14:19 +0000 (21:14 -0700)]
Merge pull request #1660 from pyed/master

[addanime] try to download HQ before normal

10 years agoMerge pull request #1656 from rzhxeo/xhamster
Jaime Marquínez Ferrándiz [Sun, 27 Oct 2013 17:12:59 +0000 (10:12 -0700)]
Merge pull request #1656 from rzhxeo/xhamster

[XHamsterIE] Extract SD and HD video

10 years ago[addanime] better regex.
Abdulelah Alfntokh [Sun, 27 Oct 2013 16:48:02 +0000 (19:48 +0300)]
[addanime] better regex.

10 years ago[generic] Detect bandcamp pages that use custom domains (closes #1662)
Jaime Marquínez Ferrándiz [Sun, 27 Oct 2013 13:40:25 +0000 (14:40 +0100)]
[generic] Detect bandcamp pages that use custom domains (closes #1662)

They embed the original url in the 'og:url' property.

10 years ago[rtlnow] Change the test for rtlnitronow
Jaime Marquínez Ferrándiz [Sun, 27 Oct 2013 13:26:19 +0000 (14:26 +0100)]
[rtlnow] Change the test for rtlnitronow

10 years ago[generic] Fix test video's checksum
Jaime Marquínez Ferrándiz [Sun, 27 Oct 2013 13:21:37 +0000 (14:21 +0100)]
[generic] Fix test video's checksum

10 years ago[faz] Use a regex for getting the description
Jaime Marquínez Ferrándiz [Sun, 27 Oct 2013 13:18:55 +0000 (14:18 +0100)]
[faz] Use a regex for getting the description

The page cannot be parsed in python2.6 with the html parser.

10 years ago[KeezMoviesIE] Correct return value for embedded videos
rzhxeo [Sun, 27 Oct 2013 11:48:09 +0000 (12:48 +0100)]
[KeezMoviesIE] Correct return value for embedded videos

10 years ago[facebook] Don't recommend to report the issue if the video is private.
Jaime Marquínez Ferrándiz [Sun, 27 Oct 2013 11:13:55 +0000 (12:13 +0100)]
[facebook] Don't recommend to report the issue if the video is private.

10 years ago[facebook] Report a more meaningful message if the video cannot be accessed (closes...
Jaime Marquínez Ferrándiz [Sun, 27 Oct 2013 11:09:46 +0000 (12:09 +0100)]
[facebook] Report a more meaningful message if the video cannot be accessed (closes #1658)

10 years ago[facebook] Fix the login process (fixes #1244)
Jaime Marquínez Ferrándiz [Sun, 27 Oct 2013 11:07:58 +0000 (12:07 +0100)]
[facebook] Fix the login process (fixes #1244)

10 years ago[addanime] fix md5sum
Abdulelah Alfntokh [Sun, 27 Oct 2013 10:51:26 +0000 (13:51 +0300)]
[addanime] fix md5sum

10 years ago[addanime] catch 'RegexNotFoundError'
Abdulelah Alfntokh [Sun, 27 Oct 2013 10:36:43 +0000 (13:36 +0300)]
[addanime] catch 'RegexNotFoundError'

10 years agoAdd support for http://www.keezmovies.com
rzhxeo [Sun, 27 Oct 2013 09:10:28 +0000 (10:10 +0100)]
Add support for http://www.keezmovies.com

10 years agoAdd support for http://www.spankwire.com
rzhxeo [Sat, 26 Oct 2013 23:59:26 +0000 (01:59 +0200)]
Add support for http://www.spankwire.com

10 years ago[Tube8IE] Fix regex for uploader extraction
rzhxeo [Sat, 26 Oct 2013 23:08:03 +0000 (01:08 +0200)]
[Tube8IE] Fix regex for uploader extraction

10 years agoAdd support for http://www.pornhub.com
rzhxeo [Sat, 26 Oct 2013 23:04:22 +0000 (01:04 +0200)]
Add support for http://www.pornhub.com

10 years ago[Tube8IE] Escape dot in regex
rzhxeo [Sat, 26 Oct 2013 22:21:27 +0000 (00:21 +0200)]
[Tube8IE] Escape dot in regex

10 years ago[addanime] try to download HQ before normal
pyed [Sat, 26 Oct 2013 22:19:38 +0000 (01:19 +0300)]
[addanime] try to download HQ before normal

10 years ago[YouPornIE] Make webpage download more robust
rzhxeo [Sat, 26 Oct 2013 21:33:32 +0000 (23:33 +0200)]
[YouPornIE] Make webpage download more robust

10 years agoAdd support for http://www.tube8.com
rzhxeo [Sat, 26 Oct 2013 21:27:30 +0000 (23:27 +0200)]
Add support for http://www.tube8.com

10 years ago[YouPornIE] Extract all encrypted links and remove doubles at the end
rzhxeo [Sat, 26 Oct 2013 19:57:10 +0000 (21:57 +0200)]
[YouPornIE] Extract all encrypted links and remove doubles at the end

10 years ago[XHamsterIE] Extract SD and HD video
rzhxeo [Sat, 26 Oct 2013 18:38:54 +0000 (20:38 +0200)]
[XHamsterIE] Extract SD and HD video

10 years ago[8tracks] Use track count instead of looking at at_last_track property
Philipp Hagemeister [Fri, 25 Oct 2013 21:46:18 +0000 (23:46 +0200)]
[8tracks] Use track count instead of looking at at_last_track property

This fixes the error:

$ youtube-dl http://8tracks.com/vladmc/counting-stars
[8tracks] counting-stars: Downloading webpage
[8tracks] counting-stars: Downloading song information 1/4
[8tracks] counting-stars: Downloading song information 2/4
[8tracks] counting-stars: Downloading song information 3/4
[8tracks] counting-stars: Downloading song information 4/4
[8tracks] counting-stars: Downloading song information 5/4
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/phihag/projects/youtube-dl/youtube_dl/__main__.py", line 18, in <module>
    youtube_dl.main()
  File "/home/phihag/projects/youtube-dl/youtube_dl/__init__.py", line 761, in main
    _real_main(argv)
  File "/home/phihag/projects/youtube-dl/youtube_dl/__init__.py", line 714, in _real_main
    retcode = ydl.download(all_urls)
  File "/home/phihag/projects/youtube-dl/youtube_dl/YoutubeDL.py", line 701, in download
    videos = self.extract_info(url)
  File "/home/phihag/projects/youtube-dl/youtube_dl/YoutubeDL.py", line 342, in extract_info
    ie_result = ie.extract(url)
  File "/home/phihag/projects/youtube-dl/youtube_dl/extractor/common.py", line 121, in extract
    return self._real_extract(url)
  File "/home/phihag/projects/youtube-dl/youtube_dl/extractor/eighttracks.py", line 111, in _real_extract
    'id': track_data['id'],
KeyError: 'id'

10 years agoDocument the %(format_id)s field for the output template
Jaime Marquínez Ferrándiz [Fri, 25 Oct 2013 15:17:23 +0000 (17:17 +0200)]
Document the %(format_id)s field for the output template

10 years ago[youtube] Set the format_id field to the itag of the format (closes #1624)
Jaime Marquínez Ferrándiz [Fri, 25 Oct 2013 15:11:29 +0000 (17:11 +0200)]
[youtube] Set the format_id field to the itag of the format (closes #1624)

10 years agoFix the extensions of two tests with youtube videos
Jaime Marquínez Ferrándiz [Fri, 25 Oct 2013 14:55:37 +0000 (16:55 +0200)]
Fix the extensions of two tests with youtube videos

The best quality is now a mp4 video.

10 years ago[youtube] Also use the 'adaptative_fmts' field from the /get_video_info page (fixes...
Jaime Marquínez Ferrándiz [Fri, 25 Oct 2013 14:52:58 +0000 (16:52 +0200)]
[youtube] Also use the 'adaptative_fmts' field from the /get_video_info page (fixes #1649)

The 'adaptative_fmts' field from the video page is not added to the 'url_encoded_fmt_stream_map'

10 years ago[cinemassacre] Simplify
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 18:21:25 +0000 (20:21 +0200)]
[cinemassacre] Simplify

* Remove some rtmp parameters that are not needed.
* Remove the md5 checksums, the video is not downloaded.
* Remove the code used before the current format system.

10 years agoMerge pull request #1632 from rzhxeo/cinemassacre
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 18:13:34 +0000 (20:13 +0200)]
Merge pull request #1632 from rzhxeo/cinemassacre

[Cinemassacre] Download video that is shown in flash player

10 years agorelease 2013.10.23.2
Philipp Hagemeister [Wed, 23 Oct 2013 16:38:09 +0000 (18:38 +0200)]
release 2013.10.23.2

10 years ago[dailymotion] Extract all the available formats (closes #1028)
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 15:33:38 +0000 (17:33 +0200)]
[dailymotion] Extract all the available formats (closes #1028)

10 years ago[nowvideo] Fix key extraction
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 15:00:33 +0000 (17:00 +0200)]
[nowvideo] Fix key extraction

Extract it from the embed page

10 years agoHide the video password on verbose mode
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 14:32:17 +0000 (16:32 +0200)]
Hide the video password on verbose mode

10 years ago[vimeo] fix the extraction for videos protected with password
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 14:31:53 +0000 (16:31 +0200)]
[vimeo] fix the extraction for videos protected with password

Added a test video.

10 years agorelease 2013.10.23.1
Philipp Hagemeister [Wed, 23 Oct 2013 13:12:33 +0000 (15:12 +0200)]
release 2013.10.23.1

10 years ago[vimeo] Fix pro videos and player.vimeo.com urls
Jaime Marquínez Ferrándiz [Wed, 23 Oct 2013 12:38:03 +0000 (14:38 +0200)]
[vimeo] Fix pro videos and player.vimeo.com urls

The old process can still be used for those videos.
Added RegexNotFoundError, which is raised by _search_regex if it can't extract the info.