Jaime Marquínez Ferrándiz
55b3e45bba
[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.
2013-10-23 14:38:03 +02:00
Philipp Hagemeister
365bcf6d97
Merge remote-tracking branch 'origin/master'
2013-10-23 11:40:46 +02:00
Philipp Hagemeister
71907db3ba
[vimeo] Fix normal videos ( Fixes #1642 )
...
Vimeo Pro Videos are still broken
2013-10-23 11:38:53 +02:00
Philipp Hagemeister
6803655ced
Merge pull request #1622 from rbrito/fix-extension
...
extractor: youtube: Set extension of AAC audio formats to m4a.
2013-10-22 15:16:26 -07:00
Philipp Hagemeister
df1c39ec5c
release 2013.10.23
2013-10-23 00:07:27 +02:00
Philipp Hagemeister
80f55a9511
release 2013.10.22
2013-10-22 22:35:13 +02:00
Philipp Hagemeister
7853cc5ae1
Merge remote-tracking branch 'origin/master'
...
Conflicts:
youtube_dl/YoutubeDL.py
2013-10-22 22:30:06 +02:00
Philipp Hagemeister
586a91b67f
Expand tilde in template ( Fixes #1639 )
2013-10-22 22:28:26 +02:00
Jaime Marquínez Ferrándiz
b028e96144
[arte.tv:creative] Update the title of the test
2013-10-22 21:06:06 +02:00
Jaime Marquínez Ferrándiz
ce68b5907c
[nhl:videocenter] Fix playlist title extraction
2013-10-22 21:01:16 +02:00
Jaime Marquínez Ferrándiz
fe7e0c9825
Style fixes in YoutubeDL.py
...
Fixed some of the problems reported by pep8
2013-10-22 14:49:34 +02:00
Jaime Marquínez Ferrándiz
12893efe01
Respect the download parameter in YoutubeDL.process_video_result if the extractor handle the format selection
2013-10-22 00:01:59 +02:00
Joshua Elsasser
a6387bfd3c
[vimeo] Implement the new format selection system (closes PR #996 )
...
Rebased and deleted some parts to use the new system instead of copying the one from YoutubeIE
2013-10-21 23:16:11 +02:00
Jaime Marquínez Ferrándiz
f6a54188c2
[youtube] Use 'node is None' when checking if the video has automatic captions
...
It had stopped working and it reports a FutureWarning
2013-10-21 16:28:55 +02:00
Jaime Marquínez Ferrándiz
cbbd9a9c69
Fix the duration field for the VideoDetective and InternetVideoArchive tests
...
Also remove the use of the old format system and the comment
2013-10-21 15:07:33 +02:00
Jaime Marquínez Ferrándiz
685a9cd2f1
[googleplus] Fix upload_date extraction
2013-10-21 15:00:21 +02:00
Jaime Marquínez Ferrándiz
182a107877
[arte] Set the format_note and the format_id fields ( closes #1628 )
2013-10-21 14:42:30 +02:00
Jaime Marquínez Ferrándiz
8c51aa6506
The 'format' field now defaults to '{format_id} - {width}x{height}{format_note}'
...
Following the YoutubeIE format. The 'format_note' gives additional info about the format, for example '3D' or 'DASH video'.
2013-10-21 14:42:06 +02:00
Jaime Marquínez Ferrándiz
3fd39e37f2
YoutubeDL: remove method that came from FileDownloader
2013-10-21 13:52:24 +02:00
Jaime Marquínez Ferrándiz
49e86983e7
Allow to use the extension for the format selection
...
The best format with the extension is downloaded.
2013-10-21 13:31:55 +02:00
Jaime Marquínez Ferrándiz
a9c58ad945
Accept requested formats to be in the format 35/best ( closes #1552 )
...
The format selection code is now an independent function.
2013-10-21 13:19:58 +02:00
Philipp Hagemeister
f8b45beacc
Merge remote-tracking branch 'rbrito/set-age'
...
Conflicts:
youtube_dl/extractor/xhamster.py
2013-10-19 21:16:14 +02:00
Philipp Hagemeister
9d92015d43
[xhamster] Add support for age_limit (Instead of #1627 )
2013-10-19 21:09:48 +02:00
Rogério Brito
50a6150ed9
extractor: Set age limit on some adult-related extractors.
...
More age limit of videos for adult-related sites.
Note that, for redtube, I explicitly left the variable containing the age
limit, since the comment justifying the age limit is a good thing to have.
That being said, I included the age limit field on the test, to better
reflect what the information extractor does (even if it may not break the
automated tests).
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-10-19 14:19:25 -03:00
Rogério Brito
d5a9bb4ea9
extractor: youtube: Swap video dimensions to match standard practice.
...
While working on this, I thought about simplifying things like changing
480x854 to 480p, and that seemed like a good option, until I realized that
people (me included) usually link the concept of some number followed by a p
with the video being 16:9.
So, we would be losing some information and, as we all know,
[explicit is better than implicit][*].
[*]: http://www.python.org/dev/peps/pep-0020/
This closes #1446 .
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-10-19 14:04:44 -03:00
rzhxeo
b0505eb611
[CinemassacreIE] Fix information extraction
2013-10-19 16:46:17 +02:00
Rogério Brito
8ed6b34477
extractor: Set age limit on some adult-related extractors.
...
This is similar in spirit to what was done in commit 8e590a117f
.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-10-18 19:32:37 -03:00
Rogério Brito
f6f1fc9286
extractor: youtube: Fix extension of dash formats.
...
While we are at it, separate the audio formats from the video formats.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-10-18 18:53:00 -03:00
Philipp Hagemeister
8e590a117f
[xnxx] Add age_limit
2013-10-18 23:35:17 +02:00
Philipp Hagemeister
b186d949cf
release 2013.10.18.2
2013-10-18 23:22:54 +02:00
Philipp Hagemeister
41fd7c7e60
Add new option --abort-on-error
2013-10-18 23:09:32 +02:00
Philipp Hagemeister
fdefe96bf2
Document %(format)s ( #1612 )
2013-10-18 23:09:08 +02:00
Rogério Brito
16f36a6fc9
extractor: youtube: Set extension of AAC audio formats to m4a.
...
This, in particular, eases downloading both audio and videos in DASH formats
before muxing them, which alleviates the problem that I exposed on issue
Furthermore, one may argue that this is, indeed, the case for correctness's
sake.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-10-18 17:50:55 -03:00
Philipp Hagemeister
cce722b79c
Add metavar to --cache-dir
2013-10-18 11:50:48 +02:00
Philipp Hagemeister
82697fb2ab
release 2013.10.18.1
2013-10-18 11:45:30 +02:00
Philipp Hagemeister
53c1d3ef49
Check for embedded YouTube player ( Fixes #1616 )
2013-10-18 11:44:57 +02:00
Philipp Hagemeister
8e55e9abfc
release 2013.10.18
2013-10-18 11:17:21 +02:00
Philipp Hagemeister
7c58ef3275
[tudou] Fix title regex ( Fixes #1614 )
2013-10-18 11:16:20 +02:00
Philipp Hagemeister
416a5efce7
fix typos
2013-10-18 00:49:45 +02:00
Philipp Hagemeister
f4d96df0f1
Extend #980 with --max-quality support
2013-10-18 00:46:35 +02:00
Philipp Hagemeister
1c1218fefc
Merge remote-tracking branch 'jaimeMF/format_selection'
2013-10-18 00:17:03 +02:00
Jaime Marquínez Ferrándiz
d21ab29200
Add an extractor for techtalks.tv ( closes #1606 )
2013-10-17 08:20:58 +02:00
Philipp Hagemeister
54ed626cf8
release 2013.10.17
2013-10-17 02:20:26 +02:00
Philipp Hagemeister
a733eb6c53
[youtube] Do not crash if caption info is missing altogether ( Fixes #1610 )
2013-10-17 02:19:19 +02:00
Philipp Hagemeister
591454798d
[brightcove] Raise error if playlist is empty ( #1608 )
2013-10-17 01:02:17 +02:00
Philipp Hagemeister
38604f1a4f
Merge remote-tracking branch 'origin/master'
2013-10-17 00:55:06 +02:00
Philipp Hagemeister
2d0efe70a6
[brightcove] Fix more broken XML ( #1608 )
2013-10-17 00:46:11 +02:00
Jaime Marquínez Ferrándiz
bfd14b1b2f
Add an extractor for rutube.ru ( closes #1136 )
...
It downloads with a m3u8 manifest, requires ffmpeg.
2013-10-16 16:57:40 +02:00
Philipp Hagemeister
8abbf43f21
release 2013.10.15
2013-10-15 12:06:45 +02:00
Philipp Hagemeister
10eaae48ff
Merge branch 'master' of github.com:rg3/youtube-dl
2013-10-15 12:05:24 +02:00
Philipp Hagemeister
9d4660cab1
[generic] Support embedded vimeo videos ( #1602 )
2013-10-15 12:05:13 +02:00
Jaime Marquínez Ferrándiz
9d74e308f7
[sztvhu] Fix the title extraction
2013-10-15 08:22:59 +02:00
Jaime Marquínez Ferrándiz
8381a92120
[websurg] Skipt the test
...
It needs login information.
2013-10-15 08:12:30 +02:00
Philipp Hagemeister
cd054fc491
Use upper-case for prefixes in help to signify bytes ( #1043 )
2013-10-15 04:53:02 +02:00
Philipp Hagemeister
f219743e33
Merge remote-tracking branch 'alphapapa/master'
2013-10-15 04:52:07 +02:00
Philipp Hagemeister
4f41664de8
Merge remote-tracking branch 'Rudloff/websurg'
2013-10-15 02:11:33 +02:00
Philipp Hagemeister
a4fd04158e
Do not import *
2013-10-15 02:07:26 +02:00
Philipp Hagemeister
a623df4c7b
Credit @Elbandi for sztvhu
2013-10-15 01:34:47 +02:00
Philipp Hagemeister
7cf67fbe29
[sztvhu] Simplify
2013-10-15 01:33:20 +02:00
Philipp Hagemeister
3ddf1a6d01
Merge remote-tracking branch 'Elbandi/master'
2013-10-15 01:26:34 +02:00
Philipp Hagemeister
850555c484
Merge remote-tracking branch 'origin/master'
2013-10-15 01:25:47 +02:00
Philipp Hagemeister
9ed3bdc64d
[tudou] Add support for youku links ( Closes #1571 )
2013-10-15 01:20:04 +02:00
Jaime Marquínez Ferrándiz
c45aa56080
[gamespot] Fix video extraction ( fixes #1587 )
2013-10-14 16:46:07 +02:00
Philipp Hagemeister
7394b8db3b
Merge remote-tracking branch 'origin/master'
2013-10-14 16:07:53 +02:00
Andras Elso
f9b3d7af47
Add an extractor for Szombathelyi TV
2013-10-14 13:07:47 +02:00
Filippo Valsorda
ea62a2da46
add VideoPremium.tv RTMP support
2013-10-14 01:32:47 -04:00
Jai Grimshaw
1fb07d10a3
[youtube] Adds #1312 Download annotations
...
Adds #1321 Download annotations from youtube
Annotations are downloaded and written to a .annotations.xml file using the https://www.youtube.com/annotations_invideo?features=1&legacy=1&video_id=$VIDEOID API.
Added unit test for annotations.
2013-10-14 16:22:27 +11:00
Philipp Hagemeister
9378ae6e1d
[youku] Allow shortcut youku:ID and make non-matching groups non-matching ( #1571 )
2013-10-13 15:55:05 +02:00
Philipp Hagemeister
06723d47c4
Merge remote-tracking branch 'jaimeMF/opus-fix'
2013-10-13 15:26:10 +02:00
Jaime Marquínez Ferrándiz
69a0c470b5
[arte] Add an extractor for future.arte.tv ( closes #1593 )
2013-10-13 14:21:13 +02:00
Jaime Marquínez Ferrándiz
c40f5cf45c
[arte] add an extractor for creative.arte.tv ( #1593 )
...
The +7 videos now use an independent extractor that is also used for the creative videos
2013-10-13 13:54:31 +02:00
Jaime Marquínez Ferrándiz
4b7b839f24
Add an extractor for rottentomatoes.com and improve InternetVideoArchiveIE to get the best quality
2013-10-12 22:22:31 +02:00
Jaime Marquínez Ferrándiz
3d60d33773
Add an extractor for videodetective.com ( closes #262 )
...
It uses the internetvideoarchive.com platform.
2013-10-12 21:36:17 +02:00
Jaime Marquínez Ferrándiz
d7e66d39a0
Add an extractor for internetvideoarchive.com videos
...
It's used by videodetective.com
2013-10-12 21:34:04 +02:00
Filippo Valsorda
f5e54a1fda
add support for NowVideo.ch
2013-10-12 13:11:03 -04:00
Jaime Marquínez Ferrándiz
4eb7f1d12e
FFmpegPostProcessor: print the command line used if the --verbose option is given
2013-10-12 13:49:27 +02:00
Jaime Marquínez Ferrándiz
0f6d12e43c
Don't set the '-aq' option with the opus format ( fixes #1263 )
2013-10-12 13:30:30 +02:00
Joey Adams
3283533149
Fix Brightcove detection when another Flash object is on the page
...
The regex used non-greedy match, but alas it failed on input like this:
<object class="...> ... class="BrightcoveExperience"
It captured two objects and the intervening HTML. This commit fixes this by
not allowing a ">" to appear before BrightcoveExperience.
Video in question: http://www.harpercollinschildrens.com/feature/petethecat/
2013-10-11 21:52:33 -04:00
Jaime Marquínez Ferrándiz
8032e31f2d
Merge pull request #1558 from rzhxeo/cinemassacre
...
Add support for http://cinemassacre.com
2013-10-11 20:38:26 +02:00
Jaime Marquínez Ferrándiz
d2f9cdb205
Merge branch 'cinemassacre' of github.com:rzhxeo/youtube-dl into rzhxeo-cinemassacre
2013-10-11 19:53:27 +02:00
Jaime Marquínez Ferrándiz
8016c92297
Fix the default values of format_id and format
2013-10-11 16:34:49 +02:00
Jaime Marquínez Ferrándiz
e028d0d1e3
Implement the prefer_free_formats in YoutubeDL
2013-10-11 16:34:49 +02:00
Jaime Marquínez Ferrándiz
79819f58f2
Default 'format' field to {width}x{height}
...
If width is None, use {height}p and if height is None, '???'
2013-10-11 16:34:49 +02:00
Jaime Marquínez Ferrándiz
6ff000b888
Do not handle format selection for IEs that already handle it
2013-10-11 16:34:48 +02:00
Jaime Marquínez Ferrándiz
99e206d508
Implement the max quality option in YoutubeDL
2013-10-11 16:34:48 +02:00
Jaime Marquínez Ferrándiz
dd82ffea0c
Implement format selection in YoutubeDL
...
Now the IEs can set a formats field in the info_dict, with the formats ordered from worst to best quality. It's a list of dicts with the following fields:
* Mandatory: url and ext
* Optional: format and format_id
The format_id is used for choosing which formats have to be downloaded.
Now a video result is processed by the method process_video_result.
2013-10-11 16:34:48 +02:00
Jaime Marquínez Ferrándiz
3823342d9d
[arte] Prepare for generic format support ( #980 )
2013-10-11 16:33:31 +02:00
Jaime Marquínez Ferrándiz
91dbaef406
[nhl] Add an extractor for videocenter's categories ( #1586 )
...
It downloads the last 12 videos.
2013-10-11 14:33:26 +02:00
Jaime Marquínez Ferrándiz
9026dd3858
Make sure it only runs rtmpdump one time in test mode and return True if the download can be resumed
2013-10-11 12:42:15 +02:00
Jaime Marquínez Ferrándiz
81d7f1928c
Merge pull request #1565 from rzhxeo/rtmpdump_test
...
Only download 1 sec. with rtmpdump in test mode
2013-10-11 12:40:18 +02:00
Jaime Marquínez Ferrándiz
bc4f29170f
Add a PostProcessor for adding metadata to the file ( closes #1570 )
...
It currently sets the title, the date and the author values.
2013-10-11 11:19:09 +02:00
Jaime Marquínez Ferrándiz
cb354c8f62
[yahoo] Download the info from another page
...
The 'meta' field is not always in the video webpage
2013-10-10 21:01:45 +02:00
Jaime Marquínez Ferrándiz
1cbb27b151
[gamespot] Mark as broken ( #1587 )
2013-10-10 19:55:52 +02:00
Jaime Marquínez Ferrándiz
0ab4ff6378
[mtv] Strip the description
...
There were some tabs and newlines added around the string.
2013-10-10 19:53:44 +02:00
Jaime Marquínez Ferrándiz
63da13e829
Add an extractor for faz.net ( closes #1582 )
2013-10-10 19:37:17 +02:00
Jaime Marquínez Ferrándiz
2e1fa03bf5
Add an extractor for video.nhl.com ( closes #1586 )
2013-10-10 16:16:49 +02:00
Philipp Hagemeister
8f1ae18a18
release 2013.10.09
2013-10-09 23:50:47 +02:00
Philipp Hagemeister
57da92b7df
[youtube] Do not recognize attribution link as user ( Fixes #1573 )
2013-10-09 23:50:38 +02:00
Jaime Marquínez Ferrándiz
df4f632dbc
Merge pull request #1584 from wingsuit/master
...
Tiny tpo
2013-10-09 07:44:06 -07:00
Jaime Marquínez Ferrándiz
a34c2faae4
[youtube] set the 'name' parameter in the subtitles url ( fixes #1577 )
2013-10-09 16:41:36 +02:00
Tom
1d368c7589
Tiny tpo
2013-10-09 21:56:09 +08:00
Jaime Marquínez Ferrándiz
88bd97e34c
[vevo] Some improvements ( fixes #1580 )
...
Extract the info from http://videoplayer.vevo.com/VideoService/AuthenticateVideo?isrc={id}
Some videos don't have an smil manifest, extract the video urls directly from the json and use the last version of the video.
Extract all the available formats and set the 'formats' field of the result
2013-10-08 21:25:38 +02:00
Jaime Marquínez Ferrándiz
2ae3edb1cf
Fix the printing of the proxy map in debug mode
...
The proxies have to be extracted from the opener.handlers
2013-10-07 21:10:31 +02:00
Philipp Hagemeister
a27b9e8bd5
Move opener setup into a separate helper function
2013-10-07 19:01:47 +02:00
Philipp Hagemeister
4481a754e4
release 2013.10.07
2013-10-07 14:34:19 +02:00
Philipp Hagemeister
faa6ef6bc8
[jeuxvideo] Improve code quality ( fixes #1567 )
2013-10-07 14:33:23 +02:00
Philipp Hagemeister
15870e90b0
Restore warning when user forgets to quote URL ( #1396 )
2013-10-07 12:21:24 +02:00
rzhxeo
8e4f824365
Remove test parameter from _download_with_rtmpdump
2013-10-06 22:04:32 +02:00
Jaime Marquínez Ferrándiz
387ae5f30b
[vimeo] Recognize urls ending in a slash ( fixes #1242 )
2013-10-06 21:56:23 +02:00
rzhxeo
ad7a071ab6
Only download 1 sec. with rtmpdump in test mode
2013-10-06 20:55:24 +02:00
Philipp Hagemeister
1310bf2474
[redtube] add age_limit
2013-10-06 16:39:35 +02:00
Philipp Hagemeister
b24f347190
Merge branch 'download-archive'
...
Conflicts:
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
2013-10-06 16:30:26 +02:00
Philipp Hagemeister
ee6c9f95e1
Remove superfluous parenthesis
2013-10-06 16:28:36 +02:00
Philipp Hagemeister
2a69c6b879
Merge branch 'age_limit'
2013-10-06 16:23:18 +02:00
Philipp Hagemeister
cfadd183c4
Call extracted property age_limit everywhere
2013-10-06 16:23:06 +02:00
Philipp Hagemeister
e484c81f0c
[generic] Clarify error messages
2013-10-06 16:03:18 +02:00
Philipp Hagemeister
7e5e8306fd
release 2013.10.06
2013-10-06 07:13:14 +02:00
Philipp Hagemeister
41e8bca4d0
[viddler] Add basic support ( Fixes #1520 )
2013-10-06 07:12:47 +02:00
Philipp Hagemeister
8dbe9899a9
Allow users to specify an age limit ( fixes #1545 )
...
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS .
Add rudimentary support in youtube, pornotube, and youporn.
2013-10-06 06:08:56 +02:00
Philipp Hagemeister
c1c9a79c49
Add basic --download-archive option
...
Often, users want to be able to download only videos they haven't seen before, despite the video files having been deleted or moved in the mean time.
When --download-archive FILE is given, the extractor and ID of every download is recorded in the specified file. If it is already present, the video in question is skipped.
2013-10-06 04:27:10 +02:00
Philipp Hagemeister
e94b783c74
[googleplus] Fix upload_date detection
2013-10-05 16:38:33 +02:00
Philipp Hagemeister
97dae9ae07
[bliptv] Make sure video ID is a string
2013-10-05 16:12:29 +02:00
rzhxeo
ca215e0a4f
[CinemassacreIE] Use MD5 to check in TEST description
2013-10-05 13:42:17 +02:00
rzhxeo
91a26ca559
[CinemassacreIE] Remove docstring from class
2013-10-05 13:40:05 +02:00
rzhxeo
1ece880d7c
[CinemassacreIE] Add support for other embed methods
2013-10-05 13:36:13 +02:00
rzhxeo
400afddaf4
Add CinemassacreIE
2013-10-05 09:37:11 +02:00
Jaime Marquínez Ferrándiz
c3fef636b5
[dailymotion] Fix playlist extraction
...
The html code has changed, make the video ids extraction more solid.
2013-10-04 14:07:29 +02:00
Philipp Hagemeister
46e28a84ca
[brightcove] Fix up some broken HTML ( #1553 )
2013-10-04 11:53:49 +02:00
Philipp Hagemeister
17ad2b3fb1
[yahoo] Switch ext of test
2013-10-04 11:44:56 +02:00
Philipp Hagemeister
5e2a60db4a
[yahoo] Fix test title
2013-10-04 11:44:02 +02:00
Philipp Hagemeister
cd214418f6
[redtube] pep8
2013-10-04 11:41:57 +02:00
Philipp Hagemeister
ba2d9f213e
[jeuxvideo] fix video file md5sum
2013-10-04 11:38:56 +02:00
Philipp Hagemeister
7f8ae73a5d
Include length in player cache ID
...
Some videos use the same player with IDs of multiple lengths.
See https://travis-ci.org/rg3/youtube-dl/jobs/12126506#L319 for an example.
2013-10-04 11:36:06 +02:00
Philipp Hagemeister
466880f531
[yahoo] Do not try to run rtmpdump on travis
2013-10-04 11:34:12 +02:00
Philipp Hagemeister
9f1f6d2437
[rtlnow] Skip test on travis
2013-10-04 11:33:14 +02:00
Philipp Hagemeister
9e0f897f6b
[francetv] Use common format for ID of generation-quoi subextractor
2013-10-04 11:30:47 +02:00
Philipp Hagemeister
c0f6aa876f
Merge remote-tracking branch 'origin/master'
2013-10-04 11:14:20 +02:00
Philipp Hagemeister
d93bdee9a6
[comedycentral] Prepare for generic video extraction ( #980 )
2013-10-04 11:14:10 +02:00
Philipp Hagemeister
f13d09332d
[mtv] Prepare for #980
2013-10-04 11:10:04 +02:00
Philipp Hagemeister
2f5865cc6d
Clarify that url and ext are optional when formats is given ( #980 )
2013-10-04 11:09:43 +02:00
Philipp Hagemeister
deefc05b88
Document formats (for #980 )
2013-10-04 10:40:42 +02:00
Philipp Hagemeister
0d8cb1cc14
[ted] Prepare #980 merge
2013-10-04 10:32:34 +02:00
rzhxeo
829493439a
[FlickrIE] Fix HTTPS url
2013-10-04 07:47:40 +02:00
Pierre Rudloff
73b4fafd82
Use self._download_webpage everywhere
2013-10-04 01:12:42 +02:00
Pierre Rudloff
b039775057
Unused variable
2013-10-04 01:07:24 +02:00
Pierre Rudloff
5c1d63b737
Changes suggested by @phihag
2013-10-04 01:04:38 +02:00
Philipp Hagemeister
3cd022f6e6
Merge remote-tracking branch 'rzhxeo/rtl_ntv'
2013-10-04 00:59:11 +02:00
Philipp Hagemeister
abefd1f7c4
Merge remote-tracking branch 'rzhxeo/rtl_upload_date'
2013-10-04 00:58:35 +02:00
Philipp Hagemeister
c21315f273
[youtube] new static 82 signature
2013-10-04 00:43:01 +02:00
Philipp Hagemeister
9ab1018b1a
release 2013.10.04
2013-10-04 00:38:19 +02:00
Philipp Hagemeister
da0a5d2d6e
[france2] Add support for URLs without video IDs ( Fixes #1547 )
2013-10-04 00:34:36 +02:00
Jaime Marquínez Ferrándiz
ee6adb166c
[ign] Support more urls and detect multiple videos in articles ( fixes #1543 )
2013-10-02 20:59:34 +02:00
Philipp Hagemeister
be8fe32c92
Fix help of --cachedir
2013-10-02 14:37:19 +02:00
Philipp Hagemeister
c38b1e776d
[youtube] Simplify cache_dir code ( #1529 )
2013-10-02 08:41:14 +02:00
Philipp Hagemeister
4f8bf17f23
Merge remote-tracking branch 'holomorph/master'
2013-10-02 08:23:53 +02:00
Philipp Hagemeister
ca40186c75
[youtube] Fix static 82 signature ( Closes #1539 )
2013-10-02 08:20:00 +02:00
Philipp Hagemeister
a8c6b24155
[youtube] Support videos without a title ( Fixes #1391 , Closes #1542 )
2013-10-02 07:25:35 +02:00
Filippo Valsorda
bd8e5c7ca2
Merge pull request #1531 from rg3/no-playlist
...
[youtube] implement --no-playlist to only download current video
2013-10-01 10:08:20 -07:00
Filippo Valsorda
7c61bd36bb
[youtube] correct --no-playlist for python3
2013-10-01 11:58:13 -04:00
Jaime Marquínez Ferrándiz
c54283824c
[dailymotion] Detect vevo videos ( fixes #1532 )
...
All videos from the Vevo user, just embed videos from vevo.com
2013-10-01 15:05:41 +02:00
Philipp Hagemeister
52f15da2ca
release 2013.10.01.1
2013-10-01 14:44:26 +02:00
Philipp Hagemeister
44d466559e
Properly handle stream meap not being present
2013-10-01 14:44:09 +02:00
Philipp Hagemeister
05751eb047
release 2013.10.01
2013-10-01 11:43:54 +02:00
Philipp Hagemeister
f10503db67
Handle videos without url_encoded_fmt_stream_map ( Fixes #1535 )
2013-10-01 11:39:11 +02:00
rzhxeo
adfeafe9e1
[RTLnowIE] Allow video description without upload date
...
Some videos (feature films) have no upload date.
2013-10-01 07:22:49 +02:00
rzhxeo
4c62a16f4f
[RTLnowIE] Add support for http://n-tvnow.de
2013-10-01 06:55:30 +02:00
Mark Oteiza
fa55675593
Support XDG base directory specification
2013-09-30 18:22:38 -04:00
Filippo Valsorda
47192f92d8
implement --no-playlist to only download current video - closes #755
2013-09-30 16:26:25 -04:00
Jaime Marquínez Ferrándiz
722076a123
[rtlnow] Replace one of the tests
...
The video is no longer available.
2013-09-29 23:07:26 +02:00
Jaime Marquínez Ferrándiz
bb4aa62cf7
[appletrailers] The request for the settings must have the trailer name in lower case ( fixes #1329 )
2013-09-29 20:59:19 +02:00
Jaime Marquínez Ferrándiz
843530568f
[appletrailers] Rework extraction ( fixes #1387 )
...
The exraction was broken:
* The includes page contains img elements that need to be fixed.
* Use the 'itunes.inc' page, it contains a json dictionary for each trailer with information.
* Get the formats from 'includes/settings{trailer_name}.json'
* Use urljoin to allow urls with a fragment identifier to work
Removed the thumbnail urls from the tests, they are different now.
2013-09-29 20:49:58 +02:00
Philipp Hagemeister
138a5454b5
release 2013.09.29
2013-09-29 14:38:37 +02:00
Philipp Hagemeister
d279037036
[update] Prevent cmd window popup on Windows ( Fixes #1478 )
2013-09-29 14:37:06 +02:00
Philipp Hagemeister
46353f6783
[update] Look for .exe extension on Windows ( Fixes #745 )
2013-09-29 14:37:00 +02:00
Jaime Marquínez Ferrándiz
70922df8b5
[dailymotion] Disable the family filter in the playlists ( fixes #1524 )
2013-09-29 12:44:02 +02:00
Jaime Marquínez Ferrándiz
9c15e9de84
[yahoo] Fix video extraction ( fixes #1521 )
...
There's no need to use two different methods.
Now we can also download videos over http if possible.
Also run the test for rtmp videos, but skip the download.
2013-09-28 21:19:52 +02:00
Philipp Hagemeister
123c10608d
Merge branch 'master' of github.com:rg3/youtube-dl
2013-09-28 15:43:38 +02:00
Philipp Hagemeister
0b7c2485b6
[zdf] Add support for hash URLs and simplify ( #1518 )
2013-09-28 15:43:34 +02:00
Jaime Marquínez Ferrándiz
9abb32045a
[youtube] Add hlsvp to the error message if it can't be found and remove the live stream test
...
It's no longer available, other olympics streams have the same problem.
2013-09-27 15:06:27 +02:00
Jaime Marquínez Ferrándiz
f490e77e77
[youtube] Set the thumbnail to None if it can't be extracted
2013-09-27 14:22:36 +02:00
Jaime Marquínez Ferrándiz
2dc592991a
[youtube] update description of test
2013-09-27 14:20:52 +02:00
Jaime Marquínez Ferrándiz
0a60edcfa9
Don't fail if the video thumbnail couldn't be downloaded ( fixes #1516 )
...
Just report a warning
2013-09-27 14:19:19 +02:00
Jaime Marquínez Ferrándiz
74bab3f0a4
Don't embed subtitles if the list is empty or the field is not set ( fixes #1510 )
2013-09-27 08:08:43 +02:00
Philipp Hagemeister
8574862991
Merge remote-tracking branch 'rzhxeo/RTL_T'
2013-09-27 06:25:04 +02:00
Philipp Hagemeister
2de957c7e1
Merge remote-tracking branch 'rzhxeo/RTL'
2013-09-27 06:23:10 +02:00
Philipp Hagemeister
920de7a27d
[youtube] Fix 83 signature ( Closes #1511 )
2013-09-27 06:15:21 +02:00
rzhxeo
63efc427cd
[RTLnowIE] Clean video title
...
The title of some videos has the following format:
Series - Episode | Series online schauen bei ... NOW
2013-09-27 06:00:37 +02:00
rzhxeo
ce65fb6c76
[RTLnowIE] Add support for http://rtlnitronow.de
2013-09-27 05:50:16 +02:00
Jaime Marquínez Ferrándiz
4de1994b6e
[brightcove] Use direct url for the tests
...
The test_all_urls.py test failed because BrightcoveIE doesn't match them.
2013-09-26 18:59:56 +02:00
Jaime Marquínez Ferrándiz
592882aa9f
[brightcove] Support videos that only provide flv versions ( fixes #1504 )
...
Moved the test from generic.py to brightcove.py
2013-09-26 13:54:31 +02:00
Philipp Hagemeister
b98d6a1e19
release 2013.09.24.2
2013-09-24 21:55:34 +02:00
Philipp Hagemeister
29c7a63df8
Remove debugging code
2013-09-24 21:55:25 +02:00
Philipp Hagemeister
8b25323ae2
release 2013.09.24.1
2013-09-24 21:40:47 +02:00
Philipp Hagemeister
f426de8460
Merge remote-tracking branch 'origin/master'
2013-09-24 21:40:30 +02:00
Philipp Hagemeister
695dc094ab
Merge branch 'automatic-signatures'
2013-09-24 21:40:08 +02:00
Jaime Marquínez Ferrándiz
e80d861064
Revert "[southparkstudios] Fix mgid extraction"
...
This reverts commit 0fd49457f5
.
It seems that the redesign was temporary.
2013-09-24 21:39:38 +02:00
Philipp Hagemeister
2cdeb20135
release 2013.09.24
2013-09-24 21:28:06 +02:00
Philipp Hagemeister
7f74773254
Add option --no-cache-dir
2013-09-24 21:26:10 +02:00
Philipp Hagemeister
f2c327fd39
Fix 86 signature ( #1494 )
2013-09-24 21:20:42 +02:00
Philipp Hagemeister
e35e4ddc9a
Fix output of --youtube-print-sig-code when counting down to 0
2013-09-24 21:18:03 +02:00
Philipp Hagemeister
c3c88a2664
Allow opts.cachedir == None to disable cache
2013-09-24 21:04:43 +02:00
Jaime Marquínez Ferrándiz
bb0eee71e7
[youtube] Update one of the test's description
2013-09-24 21:04:13 +02:00
Jaime Marquínez Ferrándiz
6f56389b88
[youtube] update algos for length 86 and 84 ( fixes #1494 )
2013-09-24 21:02:00 +02:00
Jaime Marquínez Ferrándiz
5b333c1ce6
[francetv] Add an extractor for Generation Quoi ( closes #1475 )
2013-09-23 21:41:54 +02:00
Jaime Marquínez Ferrándiz
a825f33030
[francetv] Add an extractor for France2
2013-09-23 21:28:33 +02:00
Philipp Hagemeister
92f618f2e2
Merge remote-tracking branch 'origin/master'
2013-09-23 11:24:49 +02:00
Philipp Hagemeister
81ec7c7901
[facebook] Allow untitled videos ( Fixes #1484 )
2013-09-23 11:24:33 +02:00
Jaime Marquínez Ferrándiz
dd5d2eb03c
If the file is already downloaded include the size in the progress hook
2013-09-22 23:39:30 +02:00
Jaime Marquínez Ferrándiz
4ae720042c
Include the eta and the speed in the progress hooks
...
Useful when listening to the progress hook, for example in a GUI.
2013-09-22 23:31:39 +02:00
Philipp Hagemeister
c705320f48
Correct test strings
2013-09-22 12:18:16 +02:00
Philipp Hagemeister
d2d8f89531
Do not warn if fallback is without alternatives (because we did not get the flash player URL)
2013-09-22 12:18:10 +02:00
Philipp Hagemeister
bdde940e90
[youtube] Improve flash player URL handling
2013-09-22 12:17:42 +02:00
Philipp Hagemeister
13dc64ce74
[youtube] Remove _decrypt_signature_age_gate
2013-09-22 11:17:21 +02:00
Philipp Hagemeister
c35f9e72ce
Move cachedir doc
2013-09-22 11:09:25 +02:00
Philipp Hagemeister
f8061589e6
[youtube] Actually pass in cachedir option
2013-09-22 10:51:33 +02:00
Philipp Hagemeister
0ca96d48c7
[youtube] Improve source code quality
2013-09-22 10:37:23 +02:00
Philipp Hagemeister
4ba146f35d
Update static signatures
2013-09-22 10:31:25 +02:00
Philipp Hagemeister
edf3e38ebd
[youtube] Improve cache and add an option to print the extracted signatures
2013-09-22 10:30:02 +02:00
Philipp Hagemeister
c4417ddb61
[youtube] Add filesystem signature cache
2013-09-22 00:35:03 +02:00
tewe
4a2080e407
[youku] better error handling
...
blocked videos used to cause death by TypeError, now we report what the
server says
2013-09-21 20:50:31 +02:00
Philipp Hagemeister
2f2ffea9ca
Clarify a couple of calls
2013-09-21 15:34:29 +02:00
Philipp Hagemeister
ba552f542f
Use reader instead of indexing
2013-09-21 15:32:37 +02:00
Philipp Hagemeister
8379969834
Prepare signature function caching
2013-09-21 15:19:48 +02:00
Philipp Hagemeister
95dbd2f990
Change test target (Verified with node.js)
2013-09-21 15:10:38 +02:00
Philipp Hagemeister
a7177865b1
Implement more opcodes
2013-09-21 14:48:12 +02:00
Philipp Hagemeister
e0df6211cc
Restore accidentally deleted commits
...
That's what happens if you let Windows machines write :(
2013-09-21 14:40:35 +02:00
Jaime Marquínez Ferrándiz
b00ca882a4
[livestream] Fix events extraction ( fixes #1467 )
2013-09-21 13:50:52 +02:00
Jaime Marquínez Ferrándiz
39baacc49f
[dailymotion] Add an extractor for users ( closes #1476 )
2013-09-21 12:45:53 +02:00
Jaime Marquínez Ferrándiz
3a1d48d6de
[dailymotion] Raise ExtractorError if the dailymotion response reports an error
2013-09-21 12:15:54 +02:00
Philipp Hagemeister
34308b30d6
Warn if no locale is set ( #1474 )
2013-09-21 11:48:07 +02:00
Philipp Hagemeister
bc1506f8c0
Merge branch 'master' of github.com:rg3/youtube-dl
2013-09-21 11:10:30 +02:00
Philipp Hagemeister
b61067fa4f
Abort if extractaudio is given without a variable extension ( #1470 )
2013-09-21 11:10:22 +02:00
Jaime Marquínez Ferrándiz
69b227a9bc
[southparkstudios] add support for http://www.southparkstudios.com/full-episodes/ * urls ( closes #1469 )
2013-09-21 10:58:43 +02:00
Jaime Marquínez Ferrándiz
0fd49457f5
[southparkstudios] Fix mgid extraction
2013-09-21 10:51:25 +02:00
Philipp Hagemeister
58f289d013
release 2013.09.20.1
2013-09-20 22:59:14 +02:00
Jaime Marquínez Ferrándiz
3d60bb96e1
Add an extractor for ebaumsworld.com ( closes #1462 )
2013-09-20 16:55:50 +02:00
Jaime Marquínez Ferrándiz
38d025b3f0
[youtube] add algo for length 91
2013-09-20 14:43:16 +02:00
Jaime Marquínez Ferrándiz
c40c6aaaaa
Catch socket.error before IOError
...
Since python 2.6 it's a child class.
2013-09-20 13:26:03 +02:00
Jaime Marquínez Ferrándiz
1a810f0d4e
[funnyordie] Fix video url extraction
2013-09-20 13:05:34 +02:00
Philipp Hagemeister
63037593c0
release 2013.09.20
2013-09-20 10:24:48 +02:00
patrickslin
bc4b900898
Unable to decrypt signature length 93 ( fixes #1461 )
2013-09-19 21:49:06 -07:00
Jaime Marquínez Ferrándiz
c5e743f66f
[fktv] support videos splitted in any number of parts and some style changes
2013-09-18 23:32:37 +02:00
Jaime Marquínez Ferrándiz
6c36d8d6fb
Merge pull request #1438 from rzhxeo/fktv
...
Add support for http://fernsehkritik.tv
2013-09-18 23:05:56 +02:00
Jaime Marquínez Ferrándiz
71c82637e7
[youtube] apply the fix for lists with number of videos multiple of _MAX_RESULTS to user extraction
...
Copied from the playlist extractor.
2013-09-18 23:00:32 +02:00
Philipp Hagemeister
2dad310e2c
Credit @Ruirize for newgrounds
2013-09-18 22:30:22 +02:00
Philipp Hagemeister
d0ae9e3a8d
[newgrounds] simplify
2013-09-18 22:14:43 +02:00
Ruirize
a19413c311
Changed file hash.
2013-09-18 17:17:12 +01:00
Ruirize
1ef80b55dd
Fixes test fail
...
Was unaware of --id being passed to test.
2013-09-18 16:23:38 +01:00
Ruirize
eb03f4dad3
Added Newgrounds support
2013-09-18 15:54:45 +01:00
Philipp Hagemeister
830dd1944a
Clarify -i help ( #1453 )
2013-09-18 13:23:04 +02:00
Pierre Rudloff
cc6943e86a
Improvements
2013-09-18 00:07:04 +02:00
rzhxeo
1237c9a3a5
XHamsterIE: Fix support for new HD video url format and add test (closes PR #1443 )
2013-09-17 23:08:01 +02:00
Pierre Rudloff
8f77093262
Merge remote-tracking branch 'upstream/master' into websurg
2013-09-17 23:07:44 +02:00
Jaime Marquínez Ferrándiz
5d13df79a5
[francetv] Remove Pluzz test
...
Videos expire in 7 days
2013-09-17 22:49:43 +02:00
Pierre Rudloff
d79a0e233a
Extractor for websurg.com
2013-09-17 22:13:40 +02:00
Jaime Marquínez Ferrándiz
6523223a4c
[hotnewhiphop] Fix test case title
2013-09-17 21:10:57 +02:00
Jaime Marquínez Ferrándiz
4a67aafb7e
[youtube] Don't search the flash player version for videos with age gate activated
2013-09-17 20:59:55 +02:00
Philipp Hagemeister
f3f34c5b0f
release 2013.09.17
2013-09-17 17:00:20 +02:00
Philipp Hagemeister
6ae8ee3f54
Update 85 signature ( Fixes #1449 )
...
This is the first signature algorithm to have been parsed automatically, although that only works for HTML5 players for now, and is not yet integrated into master.
2013-09-17 16:59:13 +02:00
Jaime Marquínez Ferrándiz
e8f8e80097
Add an extractor for vice.com ( closes #1051 )
2013-09-16 20:58:36 +02:00
Jaime Marquínez Ferrándiz
4dc0ff3ecf
[ooyala] prefer ipad url
...
It has better quality with m3u8 manifests
2013-09-16 20:38:54 +02:00
Jaime Marquínez Ferrándiz
4b6462fc1e
Add an extractor for Bloomberg ( closes #1436 )
2013-09-16 20:38:48 +02:00
Jaime Marquínez Ferrándiz
c4ece78564
[ooyala] add support for more type of video urls, like m3u8 manifests.
2013-09-16 19:34:10 +02:00
rzhxeo
0761d02b0b
Add FKTV extractor
2013-09-16 14:46:19 +02:00
rzhxeo
71c107fc57
Add FKTV extractor
...
Support for Fernsehkritik-TV (incl. Postecke)
2013-09-16 14:45:14 +02:00
Philipp Hagemeister
7459e3a290
Always correct encoding when writing to sys.stderr ( Fixes #1435 )
2013-09-16 06:55:41 +02:00
Philipp Hagemeister
f9e66fb993
release 2013.09.16
2013-09-16 04:12:57 +02:00
Jaime Marquínez Ferrándiz
5a6fecc3de
Add an extractor for southparkstudios.com ( closes #1434 )
...
It uses the MTV system
2013-09-15 23:30:58 +02:00
Jaime Marquínez Ferrándiz
cdbccafed9
Merge pull request #1422 from rzhxeo/xhamster
...
XHamsterIE: Add support for new URL format (download in hd by default)
2013-09-15 12:18:39 +02:00
Jaime Marquínez Ferrándiz
e69ae5b9e7
[youtube] support youtube.googleapis.com/v/* urls ( fixes #1425 )
2013-09-15 12:14:59 +02:00
Jaime Marquínez Ferrándiz
92790f4e54
[soundcloud] Add an extractor for users ( closes #1426 )
2013-09-14 21:41:49 +02:00
Jaime Marquínez Ferrándiz
471a5ee908
Set the ext field for each format
2013-09-14 14:45:04 +02:00
Jaime Marquínez Ferrándiz
19e1d35989
[mixcloud] Rewrite extractor ( fixes #278 )
2013-09-14 14:26:42 +02:00
Jaime Marquínez Ferrándiz
0b7f31184d
Now --all-sub is a modifier to --write-sub and --write-auto-sub ( closes #1412 )
...
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
2013-09-14 11:14:40 +02:00
Jaime Marquínez Ferrándiz
fad84d50fe
[googleplus] Fix upload date extraction
2013-09-14 11:10:01 +02:00
rzhxeo
9a1c32dc54
XHamsterIE: Add support for new URL format
2013-09-14 05:42:00 +02:00
Jaime Marquínez Ferrándiz
a921f40799
[ustream] Simplify channel extraction
...
the ChannelParser has been moved to a new function in utils get_meta_content
Instead of the SocialStreamParser now it uses a regex
2013-09-13 22:05:29 +02:00
Jaime Marquínez Ferrándiz
74ac9bdd82
Merge pull request #1413 from tewe/master
...
Add Ustream channel support
2013-09-13 21:34:31 +02:00
Jaime Marquínez Ferrándiz
94518f2087
Merge pull request #1409 from JohnyMoSwag/master ( closes #1404 )
...
added kickstarter IE
2013-09-13 19:52:56 +02:00
Jaime Marquínez Ferrándiz
535f59bbcf
Merge pull request #1350 from Jaiz909/description-keyerror-fix
...
Fixed issue #1277 KeyError when no description.
2013-09-13 18:20:42 +02:00
Jaime Marquínez Ferrándiz
dd01d6558a
[gamespot] Update test video title
2013-09-12 22:18:39 +02:00
Jaime Marquínez Ferrándiz
ce85f022d2
[youtube] update algo for length 82 ( fixes #1416 )
2013-09-12 22:04:09 +02:00
Jaime Marquínez Ferrándiz
ad94a6fe44
[canalplust] accept urls that don't include the video id ( fixes #1415 ), extract more info and update test
2013-09-12 21:56:36 +02:00
tewe
bfd5c93af9
Add Ustream channel support
2013-09-12 12:30:14 +02:00
Jaime Marquínez Ferrándiz
c247d87ef3
[funnyordie] fix video url extraction
2013-09-12 11:31:27 +02:00
Philipp Hagemeister
07ac9e2cc2
release 2013.09.12
2013-09-12 11:26:44 +02:00
Jaime Marquínez Ferrándiz
6bc520c207
Check for both automatic captions and subtitles with options --write-sub
and --write-auto-sub
( fixes #1224 )
2013-09-12 11:15:25 +02:00
Johny Mo Swag
f1d20fa39f
added kickstarter IE
2013-09-11 14:50:38 -07:00
Jaime Marquínez Ferrándiz
e3dc22ca3a
[youtube] Fix detection of videos with automatic captions
2013-09-11 19:24:56 +02:00
Jaime Marquínez Ferrándiz
d665f8d3cb
[subtitles] Also list the available automatic captions languages with '--list-sub'
2013-09-11 19:17:30 +02:00
Jaime Marquínez Ferrándiz
055e6f3657
[youtube] Support automatic captions with original language different from English ( fixes #1225 ) and download in multiple languages.
2013-09-11 19:08:43 +02:00
Jaime Marquínez Ferrándiz
ac4f319ba1
Credit @iemejia
2013-09-11 17:58:51 +02:00
Jaime Marquínez Ferrándiz
542cca0e8c
Merge branch 'subtitles_rework' (closes PR #1326 )
2013-09-11 17:41:24 +02:00
Jaime Marquínez Ferrándiz
6a2449df3b
[howcast] Do not download from http://www.howcast.com/videos/{video_id}
...
It takes too much to follow the redirection.
2013-09-11 17:36:23 +02:00
Jaime Marquínez Ferrándiz
7fad1c6328
[subtitles] Use self._download_webpage for extracting the subtitles
...
It raises ExtractorError for the same exceptions we have to catch.
2013-09-11 16:24:47 +02:00
Jaime Marquínez Ferrándiz
d82134c339
[subtitles] Simplify the extraction of subtitles in subclasses and remove NoAutoSubtitlesInfoExtractor
...
Subclasses just need to call the method extract_subtitles, which will call _extract_subtitles and _request_automatic_caption
Now the default implementation of _request_automatic_caption returns {}.
2013-09-11 16:05:49 +02:00
Jaime Marquínez Ferrándiz
54d39d8b2f
[subtitles] rename SubitlesIE to SubtitlesInfoExtractor
...
Otherwise it can be automatically detected as a IE ready for use.
2013-09-11 15:51:04 +02:00
Jaime Marquínez Ferrándiz
de7f3446e0
[youtube] move subtitles methods from the base extractor to YoutubeIE
2013-09-11 15:48:23 +02:00
Ismael Mejia
f8e52269c1
[subtitles] made inheritance hierarchy flat as requested
2013-09-11 15:21:09 +02:00
Ismael Mejia
cf1dd0c59e
Merge branch 'master' into subtitles_rework
2013-09-11 14:26:48 +02:00
Philipp Hagemeister
1f7dc42cd0
release 2013.11.09
2013-09-11 11:30:10 +02:00
Jaime Marquínez Ferrándiz
aa8f2641da
[youtube] update algo for length 85 ( fixes #1408 and fixes #1406 )
2013-09-11 11:24:58 +02:00
Jaime Marquínez Ferrándiz
648d25d43d
[francetv] Add an extractor for francetvinfo.fr ( closes #1317 )
...
It uses the same system as Pluzz, create a base class for both extractors.
2013-09-10 15:50:34 +02:00
Pierre Rudloff
6b361ad5ee
Wrong property name
2013-09-10 12:13:22 +02:00
Pierre Rudloff
5d8afe69f7
Add an extractor for pluzz.francetv.fr (closes PR #1399 )
2013-09-10 12:00:00 +02:00
Philipp Hagemeister
a1ab553858
release 2013.09.10
2013-09-10 11:25:11 +02:00
Jaime Marquínez Ferrándiz
07463ea162
Add an extractor for Slideshare ( closes #1400 )
2013-09-10 11:19:58 +02:00
Jaime Marquínez Ferrándiz
6d2d21f713
[sohu] add support for my.tv.sohu.com urls ( fixes #1398 )
2013-09-09 19:56:16 +02:00
Jaime Marquínez Ferrándiz
061b2889a9
Fix the minutes part in FileDownloader.format_seconds ( fixed #1397 )
...
It printed for the minutes the result of (seconds // 60)
2013-09-09 10:38:54 +02:00
Jaime Marquínez Ferrándiz
8963d9c266
[youtube] Modify the regex to match ids of length 11 ( fixes #1396 )
...
In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
2013-09-09 10:33:12 +02:00
Jaime Marquínez Ferrándiz
890f62e868
Revert "[youtube] Fix detection of tags from HLS videos."
...
They have undo the change
This reverts commit 0638ad9999
.
2013-09-08 18:50:07 +02:00
Philipp Hagemeister
8f362589a5
release 2013.09.07
2013-09-07 22:29:15 +02:00
Ismael Mejia
72836fcee4
Merge branch 'master' into subtitles_rework
2013-09-06 23:24:41 +02:00
Jaime Marquínez Ferrándiz
a7130543fa
[generic] If the url doesn't specify the protocol, then try to extract prepending 'http://'
2013-09-06 18:39:35 +02:00
Jaime Marquínez Ferrándiz
a490fda746
[daylimotion] accept embed urls ( fixes #1386 )
2013-09-06 18:36:07 +02:00
Jaime Marquínez Ferrándiz
7e77275293
Add an extractor for Metacritic
2013-09-06 18:08:07 +02:00
Ismael Mejia
d6e203b3dc
[subtitles] fixed multiple subtitles language separated by comma after merge
...
As mentioned in the pull request, I forgot to include this changes.
aa6a10c44a
2013-09-06 16:30:13 +02:00
Jaime Marquínez Ferrándiz
e3ea479087
[youtube] Fix some issues with the detection of playlist/channel urls (reported in #1374 )
...
They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable.
Now the url tests check that the urls can only be extracted with an specific extractor.
2013-09-06 16:24:24 +02:00
Jaime Marquínez Ferrándiz
faab1d3836
[youtube] Fix detection of feeds urls ( fixes #1294 )
...
Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
2013-09-06 14:45:49 +02:00
Philipp Hagemeister
59282080c8
release 2013.09.06.1
2013-09-06 10:53:35 +02:00
Jaime Marquínez Ferrándiz
fd9cf73836
[youtube] Users: download from the api in json to simplify extraction ( fixes #1358 )
...
There could be duplicate videos or other videos if the description have links.
2013-09-06 10:43:02 +02:00
Jaime Marquínez Ferrándiz
0638ad9999
[youtube] Fix detection of tags from HLS videos.
2013-09-06 10:25:31 +02:00
Philipp Hagemeister
1eb527692a
release 2013.09.06
2013-09-06 10:13:33 +02:00
patrickslin
1cf911bc82
Vevo sig changed again, please update for us! Thanks very much! ( fixes #1375 )
2013-09-05 17:38:03 -07:00
Jaime Marquínez Ferrándiz
f4b052321b
[youtube] Urls like youtube.com/NASA are now interpreted as users ( fixes #1069 )
...
Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
2013-09-05 22:39:15 +02:00
Philipp Hagemeister
a636203ea5
release 2013.09.05
2013-09-05 22:30:50 +02:00
Jaime Marquínez Ferrándiz
c215217e39
[youtube] Playlists: extract the videos id from ['media$group']['yt$videoid'] ( fixes #1374 )
...
'media$player' is not defined for private videos.
2013-09-05 21:40:04 +02:00
Jaime Marquínez Ferrándiz
08e291b54d
[generic] Recognize html5 video in the format '<video src=".+?"' and only unquote the url when extracting the id ( fixes #1372 )
2013-09-05 18:02:17 +02:00
Jaime Marquínez Ferrándiz
6b95b065be
Add extractor for tvcast.naver.com ( closes #1331 )
2013-09-05 10:53:40 +02:00
Jaime Marquínez Ferrándiz
9363169b67
[daum] Get the video page from a canonical url to extract the full id ( fixes #1373 ) and extract description.
2013-09-05 10:08:17 +02:00
Jaime Marquínez Ferrándiz
085bea4513
Credit @Huarong for tv.sohu.com
2013-09-04 22:09:22 +02:00
Jaime Marquínez Ferrándiz
150f20828b
Add extractor for daum.net ( closes #1330 )
2013-09-04 22:06:50 +02:00
Philipp Hagemeister
08523ee20a
release 2013.09.04
2013-09-04 14:33:32 +02:00
Philipp Hagemeister
5d5171d26a
Merge pull request #1341 from xanadu/master
...
add support for "-f mp4" for YouTube
2013-09-03 18:52:12 -07:00
Allan Zhou
96fb5605b2
AHLS -> Apple HTTP Live Streaming
2013-09-03 18:49:35 -07:00
Philipp Hagemeister
7011de0bc2
Merge pull request #1363 from Rudloff/defense
...
defense.gouv.fr
2013-09-03 18:23:08 -07:00
Allan Zhou
c3dd69eab4
Merge remote-tracking branch 'upstream/master'
2013-09-03 12:22:29 -07:00
Pierre Rudloff
025171c476
Suggested by @phihag
2013-09-03 12:03:19 +02:00
Jaime Marquínez Ferrándiz
c8dbccde30
[orf] Remove the test video, they seem to expire in one week
2013-09-03 11:51:01 +02:00
Jaime Marquínez Ferrándiz
4ff7a0f1f6
[dailymotion] improve the regex for extracting the video info
2013-09-03 11:33:59 +02:00
Jaime Marquínez Ferrándiz
9c2ade40de
[vimeo] Handle Assertions Error when trying to get the description
...
In some pages the html tags are not closed, python 2.6 cannot handle it.
2013-09-03 11:11:36 +02:00
Jaime Marquínez Ferrándiz
aa32314d09
[vimeo] add support for videos that embed the download url in the player page ( fixes #1364 )
2013-09-03 10:48:56 +02:00
Pierre Rudloff
52afe99665
Extractor for defense.gouv.fr
2013-09-03 01:51:17 +02:00
Jaime Marquínez Ferrándiz
8e4e89f1c2
Add an extractor for VeeHD ( closes #1359 )
2013-09-02 11:54:09 +02:00
Jaime Marquínez Ferrándiz
6c758d79de
[metacafe] Add more cases for detecting the uploader detection (reported in #1343 )
2013-08-31 22:35:39 +02:00
Allan Zhou
85f03346eb
Merge remote-tracking branch 'upstream/master'
2013-08-30 17:51:59 -07:00
Allan Zhou
bdc6b3fc64
add support for "-f mp4" for YouTube
2013-08-30 17:51:50 -07:00
Philipp Hagemeister
10f5c016ec
release 2013.08.30
2013-08-30 21:02:07 +02:00
Jaime Marquínez Ferrándiz
2e756879f1
[youtube] update algo for length 86
2013-08-30 20:49:51 +02:00
Jaime Marquínez Ferrándiz
c7a7750d3b
[youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was intended to also match :ytfavourites
2013-08-30 20:13:05 +02:00
Jai Grimshaw
b3f0e53048
Fixed issue #1277 KeyError when no description.
...
Allows a continue with a warning when an extractor cannot retrieve a description.
2013-08-31 01:53:01 +10:00
Philipp Hagemeister
3243d0f7b6
release 2013.08.29
2013-08-29 23:29:34 +02:00
Jaime Marquínez Ferrándiz
23b00bc0e4
[youtube] update algo for length 84
...
Only appears sometimes, nearly identical to length 86.
2013-08-29 22:44:29 +02:00
Jaime Marquínez Ferrándiz
52e1eea18b
[youtube] update algo for length 86 ( fixes #1349 )
2013-08-29 22:33:58 +02:00
Jaime Marquínez Ferrándiz
ee80d66727
[ign] update 1up extractor to work with the updated IGNIE
2013-08-29 21:51:09 +02:00
Jaime Marquínez Ferrándiz
f1fb2d12b3
[ign] extract videos from articles pages
2013-08-29 21:39:36 +02:00
Jeff Smith
8928491074
Fix orf.at extractor by adding file coding mark
2013-08-29 12:51:38 -05:00
Jaime Marquínez Ferrándiz
545434670b
Add an extractor for orf.at ( closes #1346 )
...
Make find_xpath_attr also accept numbers in the value
2013-08-29 19:16:07 +02:00
Jaime Marquínez Ferrándiz
54fda45bac
Merge pull request #1342 from whydoubt/fix_mit_26
...
Fix MIT extractor for Python 2.6
2013-08-29 13:42:08 +02:00
Jaime Marquínez Ferrándiz
c7bf7366bc
Update descriptions checksum for some test for Unistra and Youtube
2013-08-29 13:41:59 +02:00
Jaime Marquínez Ferrándiz
0d75ae2ce3
Fix detection of the webpage charset if it's declared using ' instead of "
...
Like in "<meta charset='utf-8'/>"
2013-08-29 11:35:15 +02:00
Jeff Smith
b5ba7b9dcf
Fix MIT extractor for Python 2.6
...
The HTML for the MIT page does not parse cleanly for Python 2.6 due
to script tags within an actual script element. The offending piece
is inside a comment block, so removing all such comment blocks
fixes the parsing.
2013-08-28 14:24:42 -05:00
Philipp Hagemeister
2891932bf0
release 2013.08.28.1
2013-08-28 19:00:17 +02:00
Philipp Hagemeister
9868c781a1
Merge remote-tracking branch 'origin/master'
2013-08-28 18:22:33 +02:00
Philipp Hagemeister
c257baff85
Merge remote-tracking branch 'rzhxeo/youporn-hd'
...
Conflicts:
youtube_dl/utils.py
2013-08-28 18:22:28 +02:00
rzhxeo
878e83c5a4
YoupornIE: Clean up extraction of hd video
2013-08-28 16:04:48 +02:00
rzhxeo
0012690aae
Let aes_decrypt_text return bytes instead of unicode
2013-08-28 16:03:35 +02:00
rzhxeo
6e74bc41ca
Fix division bug in aes.py
2013-08-28 16:01:43 +02:00
rzhxeo
cba892fa1f
Add intlist_to_bytes to utils.py
2013-08-28 15:59:07 +02:00
Jaime Marquínez Ferrándiz
920ef0779b
Hide the password and username in verbose mode ( closes #1089 )
2013-08-28 15:14:02 +02:00
Philipp Hagemeister
48ea9cea77
Allow changes to run under Python 3
2013-08-28 14:34:49 +02:00
Philipp Hagemeister
ccf4b799df
Merge remote-tracking branch 'origin/master'
2013-08-28 14:02:40 +02:00
Philipp Hagemeister
f143d86ad2
[sohu] Handle encoding, and fix tests
2013-08-28 14:00:05 +02:00
Jaime Marquínez Ferrándiz
8ae97d76ee
PostProcessingError holds the message in the 'msg' property, not in 'message' ( fixes #1323 )
...
Causes DeprecationWarning: http://www.python.org/dev/peps/pep-0352/
2013-08-28 13:37:31 +02:00
Philipp Hagemeister
f8b362739e
Merge remote-tracking branch 'Huarong/master'
2013-08-28 13:10:59 +02:00
Philipp Hagemeister
6d69d03bac
Merge remote-tracking branch 'origin/reuse_ies'
2013-08-28 13:05:21 +02:00
Philipp Hagemeister
204da0d3e3
Merge remote-tracking branch 'origin/master'
2013-08-28 12:57:44 +02:00
Philipp Hagemeister
c496ca96e7
Fix platform name in Python 2 with --verbose ( Closes #1228 )
2013-08-28 12:57:10 +02:00
Jaime Marquínez Ferrándiz
67b22dd036
Add extractors for video.mit.edu and techtv.mit.edu ( closes #1327 )
...
video.mit.edu just embeds the videos from techtv.mit.edu
2013-08-28 12:55:42 +02:00
Philipp Hagemeister
ce6a696e4d
Remove unused imports
2013-08-28 12:47:38 +02:00
Philipp Hagemeister
a5caba1eb0
[generic] simply use urljoin
2013-08-28 12:47:27 +02:00
Philipp Hagemeister
edde6c56ac
Print playpath with --get-url ( Fixes #1334 )
2013-08-28 12:14:45 +02:00
Philipp Hagemeister
ae3531adf9
[generic] Fix URL concatenation
...
When the url is something like http://example.org/foo/bar?x=y and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4
Fixes #1268 .
2013-08-28 12:08:17 +02:00
Philipp Hagemeister
8cf5ee7831
Merge branch 'master' of github.com:rg3/youtube-dl
2013-08-28 11:57:18 +02:00
Philipp Hagemeister
aa3e950764
Tolerate junk at the end of gzip-compressed content ( #1268 )
2013-08-28 11:57:13 +02:00
Jaime Marquínez Ferrándiz
af8bd6a82d
Show the time taken to download in the same format as the ETA
2013-08-28 10:56:11 +02:00
Jaime Marquínez Ferrándiz
6d38616e67
Merge pull request #1181 from h3xx/master
...
Add some verbosity when reporting finished downloads
Remove the mixed use of tabs and spaces for indentation.
2013-08-28 10:54:07 +02:00
Philipp Hagemeister
4f5f18acb9
[addanime] add file
2013-08-28 10:28:16 +02:00
Jaime Marquínez Ferrándiz
3e223834d9
[youtube] update algo for length 88, thanks to @Ramhack ( fixes #1328 )
2013-08-28 10:26:44 +02:00
Jaime Marquínez Ferrándiz
a1bb0f8773
[cnn] remove debug print call.
2013-08-28 10:20:37 +02:00
Jaime Marquínez Ferrándiz
0e283428f7
HTTPError is in urllib.error in Python 3, not in http.error
2013-08-28 10:18:39 +02:00
Philipp Hagemeister
2eabb80254
[addanime] improve
2013-08-28 04:25:38 +02:00
Philipp Hagemeister
44586389e4
[appletrailers] Add support
2013-08-28 02:18:44 +02:00
Ismael Mejia
06a401c845
Merge branch 'master' into subtitles_rework
2013-08-28 00:33:12 +02:00
Philipp Hagemeister
273f603efb
[cnn] Allow more URLs
2013-08-28 00:14:19 +02:00
Philipp Hagemeister
1619e22f40
release 2013.08.28
2013-08-27 23:31:36 +02:00
Philipp Hagemeister
88a79ce6a6
Delete default user agent ( Fixes #1309 )
2013-08-27 23:31:24 +02:00
Philipp Hagemeister
acebc9cd6b
Revert "Install our own HTTPS handler as well ( #1309 )"
...
This reverts commit 36399e8576
and fixes #1322 .
2013-08-27 23:28:20 +02:00
Jeff Smith
7f3c4f4f65
Initial slash in Google+ photos link was removed
2013-08-27 14:38:50 -05:00
Jaime Marquínez Ferrándiz
0bc56fa66a
Add an extractor for NBC news ( closes #1320 )
2013-08-27 12:38:57 +02:00
Jaime Marquínez Ferrándiz
1a582dd49d
Add an extractor for CNN ( closes #1318 )
2013-08-27 11:56:48 +02:00
Philipp Hagemeister
e86ea47c02
[canalc2] Small improvements
2013-08-27 10:35:20 +02:00
Philipp Hagemeister
aa5a63a5b5
Merge remote-tracking branch 'Rudloff/canalc2'
2013-08-27 10:31:46 +02:00
Jaime Marquínez Ferrándiz
2a7b4da9b2
[hark] get the song info in JSON and extract more information.
2013-08-27 10:25:38 +02:00
Jaime Marquínez Ferrándiz
069d098f84
[canalplus] Accept player.canalplus.fr urls
2013-08-27 10:21:57 +02:00
Philipp Hagemeister
b3889f7023
release 2013.08.27
2013-08-27 02:30:47 +02:00
Philipp Hagemeister
65883c8dbd
Merge branch 'master' of github.com:rg3/youtube-dl
2013-08-27 02:00:23 +02:00
Philipp Hagemeister
341ca8d74c
[trilulilu] Add support for trilulilu.ro
...
Fun fact: The ads (not yet supported) are loaded from youtube ;)
2013-08-27 01:59:00 +02:00
Jaime Marquínez Ferrándiz
1b01e2b085
Merge pull request #1315 from yasoob/master
...
fixed tests for c56 and dailymotion
2013-08-26 13:38:48 -07:00
M.Yasoob Ullah Khalid ☺
976fc7d137
fixed tests for c56 and dailymotion
2013-08-27 01:00:17 +05:00
Philipp Hagemeister
c3b7b29c23
Merge remote-tracking branch 'origin/master'
2013-08-26 21:29:44 +02:00
Philipp Hagemeister
627a91a9a8
[generic] small typo
2013-08-26 21:29:31 +02:00
Philipp Hagemeister
6dc6302599
Merge pull request #1231 from yasoob/master
...
Added an IE for hark.com
2013-08-26 12:29:04 -07:00
Philipp Hagemeister
90648143c3
Merge pull request #1310 from rzhxeo/rtlnow
...
Add support for http://superrtlnow.de
2013-08-25 15:45:22 -07:00
Philipp Hagemeister
9585f890f8
[generic] add support for relative URLs ( Fixes #1308 )
2013-08-24 22:56:37 +02:00
Philipp Hagemeister
0838239e8e
[generic] Support double slash URLs ( Fixes #1309 )
2013-08-24 22:52:45 +02:00
Philipp Hagemeister
36399e8576
Install our own HTTPS handler as well ( #1309 )
2013-08-24 22:49:22 +02:00
Philipp Hagemeister
9460db832c
[ro220] Add support for 220.ro
2013-08-24 21:10:03 +02:00
rzhxeo
d68730a56e
Add SUPER RTL NOW to RTLnow extractor
2013-08-24 13:22:28 +02:00
Jaime Marquínez Ferrándiz
f2aeefe29c
[youtube] update algo for length 84
2013-08-24 10:48:12 +02:00
Philipp Hagemeister
8ae7be3ef4
release 2013.08.23
2013-08-23 23:09:53 +02:00
Jaime Marquínez Ferrándiz
306170518f
[youtube] update algo for length 86 ( fixes #1302 )
2013-08-23 22:36:59 +02:00
Jaime Marquínez Ferrándiz
aa6a10c44a
Allow to specify multiple subtitles languages separated by commas ( closes #518 )
2013-08-23 18:34:57 +02:00
Jaime Marquínez Ferrándiz
9af73dc4fc
Print a message before embedding the subtitles
2013-08-23 18:17:43 +02:00
Jaime Marquínez Ferrándiz
fc483bb6af
[xhamster] use determine_ext
2013-08-23 17:23:34 +02:00
Jaime Marquínez Ferrándiz
53b0f3e4e2
Merge pull request #1301 from rzhxeo/xhamster
...
XHamsterIE: Fix video extension and add video description
2013-08-23 17:21:30 +02:00
rzhxeo
4353cf51a0
XHamsterIE: Add video description
2013-08-23 16:40:20 +02:00
rzhxeo
ce34e9ce5e
XHamsterIE: Fix video extension
...
Cut off GET parameter
2013-08-23 16:33:41 +02:00
Jaime Marquínez Ferrándiz
d4051a8e05
Add a post processor for embedding subtitles in mp4 videos ( closes #1052 )
2013-08-23 15:06:19 +02:00
Jaime Marquínez Ferrándiz
df3df7fb64
[youtube] Fix download of subtitles with '--all-subs'
...
If _extract_subtitles is called the option 'write subtitles' is always true.
2013-08-23 13:14:22 +02:00
Jaime Marquínez Ferrándiz
9e9c164052
Merge pull request #937 from jaimeMF/subtitles_rework
...
Subtitles rework
2013-08-23 02:40:25 -07:00
Jaime Marquínez Ferrándiz
066090dd3f
[youtube] add algo for length 80 and update player info
2013-08-23 11:33:56 +02:00
Ismael Mejia
bd2dee6c67
Merge branch 'master' into subtitles_rework
2013-08-23 01:47:10 +02:00
Philipp Hagemeister
74e6672beb
Merge pull request #1297 from iemejia/master
...
[subtitles] separated subtitle options in their own group
2013-08-22 16:30:14 -07:00
Philipp Hagemeister
02bcf0d389
release 2013.08.22
2013-08-22 23:29:42 +02:00
Ismael Mejia
18b4e04f1c
Merge branch 'master' into subtitles_rework
2013-08-22 23:29:36 +02:00
Jaime Marquínez Ferrándiz
10204dc898
[videofyme] Add an additional quality (they change between downloads of the info) and update md5 sum of the test video
2013-08-22 23:23:52 +02:00
Ismael Mejia
1865ed31b9
[subtitles] separated subtitle options in their own group
2013-08-22 22:44:04 +02:00
Jaime Marquínez Ferrándiz
3669cdba10
[youtube] update algo for length 82 ( fixes #1296 )
2013-08-22 22:35:15 +02:00
Jaime Marquínez Ferrándiz
939fbd26ac
[youtube] fix the order of DASH formats
2013-08-22 19:45:24 +02:00
Jaime Marquínez Ferrándiz
e6ddb4e7af
Merge pull request #1279 from xanadu/master
...
Add YouTube DASH formats to YouTubeIE
2013-08-22 19:33:34 +02:00
Pierre Rudloff
ff2424595a
lxml is not part of the standard library.
2013-08-22 14:47:51 +02:00
Pierre Rudloff
cd0abcc0bb
Extractor for canalc2.tv
2013-08-22 13:54:23 +02:00
Jaime Marquínez Ferrándiz
4a55479fa9
Credit Pierre Rudloff for JeuxVideoIE and UnistraIE
2013-08-22 13:21:32 +02:00
Jaime Marquínez Ferrándiz
f527115b5f
Rename utv.py to unistra.py and extract more info
...
There are other sites that could be named utv, which would conflict if they are added
2013-08-22 13:19:35 +02:00
Pierre Rudloff
75e1b46add
Download from utv.unistra.fr (PR #1271 )
...
Squashed to a single commit to keep the file 'youtube-dl' unchanged and remove the revert commit.
2013-08-22 12:58:12 +02:00
Pierre Rudloff
7070b83687
Merge remote-tracking branch 'upstream/master'
2013-08-22 12:54:17 +02:00
Pierre Rudloff
8d212e604a
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
youtube_dl/extractor/jeuxvideo.py
2013-08-22 12:52:05 +02:00
Jaime Marquínez Ferrándiz
063fcc9676
[jeuxvideo] Extract more information and add test
2013-08-22 12:37:34 +02:00
Jaime Marquínez Ferrándiz
8403612258
Merge pull request #1267 from Rudloff/master
...
Download videos from jeuxvideo.com
Edited to keep the file 'youtube-dl' unchanged.
2013-08-22 12:25:21 +02:00
Pierre Rudloff
25b51c7816
Download videos from jeuxvideo.com
2013-08-22 12:12:34 +02:00
Jaime Marquínez Ferrándiz
9779b63bb6
Add an extractor for PBS ( closes #870 and #873 )
2013-08-22 11:57:21 +02:00
Jaime Marquínez Ferrándiz
d81aef3adf
Add an extractor for tv.slashdot.org ( closes #1192 )
...
It uses the ooyala platform, so it just extracts the ooyala url.
2013-08-21 21:51:58 +02:00
Jaime Marquínez Ferrándiz
45ed795cb0
[youtube] update uploader name for a test video: 'IconaPop' has changed to 'Icona Pop'
2013-08-21 19:28:48 +02:00
Jaime Marquínez Ferrándiz
683e98a8a4
[statigram] change test video
...
The old one cannot be accessed.
2013-08-21 19:20:27 +02:00
Jaime Marquínez Ferrándiz
e0cfeb2ea7
[funnyordie] fix extraction of video url and title
2013-08-21 18:58:25 +02:00
Jaime Marquínez Ferrándiz
75340ee383
[vevo] Fix urls with a query ( #1258 )
2013-08-21 18:20:03 +02:00
Jaime Marquínez Ferrándiz
668de34c6b
[soundcloud] Support widget urls ( fixes #1252 )
2013-08-21 17:06:37 +02:00
Jaime Marquínez Ferrándiz
a91b954bb4
[vimeo] extract information for Vimeo Pro videos from http://player.vimeo.com/video/{video_id} ( fixes #1197 )
...
For some videos https://vimeo.com/{video_id} doesn't work
2013-08-21 13:48:19 +02:00
Allan Zhou
37b6d5f684
fix hls test
2013-08-20 23:51:05 -07:00
Allan Zhou
b7a6838407
address review comment
2013-08-20 21:57:32 -07:00
Allan Zhou
cde846b3d3
fix code style
2013-08-20 21:42:49 -07:00
Philipp Hagemeister
6c3e6e88d3
Allow hours in ETA display ( Fixes #1280 )
2013-08-21 05:44:19 +02:00
Philipp Hagemeister
739674cd77
[rtlnow] Add support for error message for queries from outside of Germany
2013-08-21 05:24:58 +02:00
Philipp Hagemeister
4b2d7cae11
release 2013.08.21
2013-08-21 04:33:57 +02:00
Philipp Hagemeister
7fea7156cb
[generic] support HTML5 video
2013-08-21 04:32:22 +02:00
Philipp Hagemeister
3093468977
[generic] Ignore stupid HTTP servers ( #1284 )
2013-08-21 04:32:07 +02:00
Philipp Hagemeister
79cb25776f
Cache suitable regular expressions
...
This speeds up TestAllURLsMatching.test_no_duplicates by about 8000% at the cost of minimal memory overhead.
2013-08-21 04:06:48 +02:00
Philipp Hagemeister
87f78946a5
[collegehumor] Allow old-style videos ( Fixes #1285 )
2013-08-21 03:50:56 +02:00
Allan Zhou
211fbc1328
fix failed tests
2013-08-19 18:57:55 -07:00
Allan Zhou
836a086ce9
Add YouTube DASH formats to YouTubeIE
2013-08-19 18:22:25 -07:00
Philipp Hagemeister
d741e55a42
[youtube] Support watch_popup URLs ( Fixes #1275 )
2013-08-19 10:27:42 +02:00
Philipp Hagemeister
17d3aaaf16
Merge pull request #1273 from rzhxeo/rtlnow
...
Add support for http://voxnow.de
2013-08-19 00:19:06 -07:00
rzhxeo
ea55b2a4ca
Add VOXnow to RTLnow extractor
2013-08-19 08:57:36 +02:00
Philipp Hagemeister
3f0537dd4a
Merge remote-tracking branch 'rzhxeo/rtlnow'
2013-08-19 00:25:34 +02:00
Pierre Rudloff
943f7f7a39
Download videos from jeuxvideo.com
2013-08-18 16:11:47 +02:00
rzhxeo
01b32990da
Add RTLnow extractor
2013-08-18 08:16:53 +02:00
rzhxeo
dbda1b5147
Add RTLnow extractor
...
Supports http://rtl2now.rtl2.de and http://rtl-now.rtl.de
2013-08-18 08:15:18 +02:00
Philipp Hagemeister
ddf3bd328b
release 2013.08.17
2013-08-17 08:33:36 +02:00
kkalpakloglou
5a27ecdd2e
Update AddAnime.py
2013-08-16 23:54:09 +03:00
patrickslin
f9c3c90ca8
Length 85 changed again? ( fixes #1254 )
2013-08-16 08:54:01 -07:00
Philipp Hagemeister
6daccbe317
release 2013.08.15
2013-08-15 22:40:00 +02:00
patrickslin
3a7256697e
Unable to Download Video ( fixes #1247 )
2013-08-15 13:00:20 -07:00
Philipp Hagemeister
d1ba998274
release 2013.08.14
2013-08-14 10:19:53 +02:00
patrickslin
e1842025d0
Updated Vevo Signature Length ( fixes #1237 )
2013-08-13 17:57:35 -07:00
Yasoob
e3a88568b0
Added an IE for hark.com
2013-08-11 22:23:05 +05:00
Philipp Hagemeister
0577177e3e
[vevo] fix testcase
2013-08-11 07:12:38 +02:00
Philipp Hagemeister
298f833b16
Note update possibility on errors (thanks @chbrown, #1229 )
2013-08-11 06:46:24 +02:00
rzhxeo
97b3656c2e
YoupornIE: Add support for hd videos and update Test
2013-08-09 18:37:33 +02:00
rzhxeo
f3bcebb1d2
add an aes implementation
2013-08-09 18:36:01 +02:00
Philipp Hagemeister
0f399e6e5e
release 2013.08.09
2013-08-09 15:49:09 +02:00
patrickslin
8a9d86a2a7
New sig len 89 algo
...
Fixes new YT encrypted sig len 89.
2013-08-08 21:48:12 -07:00
Philipp Hagemeister
d468a09789
release 2013.08.08.1
2013-08-08 20:45:16 +02:00
patrickslin
02cf62e240
Invalid signature again ( fixes #1215 )
2013-08-08 11:28:50 -07:00
Ismael Mejia
d55de6eec2
[subtitles] Skips now the subtitles that has already been downloaded.
...
Just a validation for file exists, I also removed a method that wasn't
been used because it was a copy paste from FileDownloader.
2013-08-08 18:30:04 +02:00
Ismael Mejia
69df680b97
[subtitles] Improved docs + new class for servers who don't support
...
auto-caption
2013-08-08 11:20:56 +02:00
Ismael Mejia
33eb0ce4c4
[subtitles] removed only-sub option (--skip-download achieves the same
...
functionality)
2013-08-08 10:06:24 +02:00
Ismael Mejia
505c28aac9
Separated subtitle options in their own group
2013-08-08 09:53:25 +02:00
Philipp Hagemeister
67fb0c5495
Merge branch 'master' of github.com:rg3/youtube-dl
2013-08-08 08:56:59 +02:00
Philipp Hagemeister
4efba05c56
Clarify template error message ( #1209 )
2013-08-08 08:55:26 +02:00
Ismael Mejia
8377574c9c
[internal] Improved subtitle architecture + (update in
...
youtube/dailymotion)
The structure of subtitles was refined, you only need to implement one
method that returns a dictionnary of the available subtitles (lang, url) to
support all the subtitle options in a website. I updated the subtitle
downloaders for youtube/dailymotion to show how it works.
2013-08-08 08:54:10 +02:00
Philipp Hagemeister
0f90943e45
Merge pull request #1189 from cyisfor/master
...
More informative error
2013-08-07 17:30:28 -07:00
Philipp Hagemeister
526e638c8a
release 2013.08.08
2013-08-08 00:39:23 +02:00
Ismael Mejia
372297e713
Undo the previous commit (it was a mistake)
2013-08-07 21:24:42 +02:00
Philipp Hagemeister
356e067390
Merge remote-tracking branch 'patrickslin/patch-4'
2013-08-07 20:19:51 +02:00
Philipp Hagemeister
b513a251f8
Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'
2013-08-07 20:11:04 +02:00
Ismael Mejia
953e32b2c1
[dailymotion] Added support for subtitles + new InfoExtractor for
...
generic subtitle download.
The idea is that all subtitle downloaders must descend from SubtitlesIE
and implement only three basic methods to achieve the complete subtitle
download functionality. This will allow to reduce the code in YoutubeIE
once it is rewritten.
2013-08-07 18:59:11 +02:00
Ismael Mejia
5898e28272
Fixed small type issue
2013-08-07 18:48:24 +02:00
patrickslin
36cb11f068
Encrypted sig 87 broken again ( fixes #1200 )
2013-08-06 21:35:37 -07:00
AndreiArba
7a4c6cc92f
Updated the 84 length signature decryption
...
Updated the right 84 length signature decryption 06.08.2013
2013-08-06 15:41:13 +03:00
user
7edcb8f39c
More informative error
2013-08-05 19:43:09 -07:00
huohuarong
d5b00ee6e0
improve sohu extractor
2013-08-06 10:26:57 +08:00
tsantala
461cead4f7
changes
2013-08-06 04:34:24 +03:00
huohuarong
b5a6d40818
fix parse title bug
2013-08-05 22:51:54 +08:00
Dan Church
968b5e0112
Add some verbosity when reporting finished downloads
...
For example:
[download] Resuming download at byte 1868140
[download] Destination: Entry #1-Bn59FJ4HrmU.flv
[download] 100% of 3.27MiB in 4s
This format is meant to somewhat mirror the behavior of wget(1) when reporting finished downloads:
100%[==================>] 54,836,682 788KB/s in 74s
2013-08-04 12:32:05 (728 KB/s) - 'google-chrome-stable_current_x86_64.rpm' saved [54836682/54836682]
2013-08-04 12:45:24 -05:00
Jaime Marquínez Ferrándiz
39b782b390
[collegehumor] support urls in the format www.collegehumor.com/e/{video_id} ( fixes #1179 )
2013-08-04 16:36:48 +02:00
Jaime Marquínez Ferrándiz
577664c8e8
Add an extractor from muzu.tv ( closes #1177 )
2013-08-04 11:10:57 +02:00
Jaime Marquínez Ferrándiz
bba12cec89
Add an extractor for videofy.me ( closes #1171 )
...
Also modify find_xpath_attr to accept values with spaces like for id="HQ on"
2013-08-03 22:50:27 +02:00
Jaime Marquínez Ferrándiz
70c4c03cb8
[arte] add support for downloading from http://liveweb.arte.tv ( fixes #1014 )
2013-08-03 19:07:04 +02:00
Jaime Marquínez Ferrándiz
f5791ed136
[arte] Prefer vídeos without subtitles in the same language ( fixes #1173 ) and fix crash when there's no description
2013-08-03 17:32:29 +02:00
huohuarong
4ec929dc9b
use ..utils/clean_html()
2013-08-03 10:29:58 +08:00
Jaime Marquínez Ferrándiz
fbf189a6ee
[myvideo] add support for videos that place the video info inside www.myvideo.de/service/data/video/{id}/config ( fixes #616 )
2013-08-02 21:09:17 +02:00
Jaime Marquínez Ferrándiz
09825cb5c0
Add an extractor for Ooyala ( closes #833 )
...
Only works for some sites, it doesn't work for videos that use a f4m manifest
2013-08-02 16:53:16 +02:00
Jaime Marquínez Ferrándiz
ed27d35674
[youtube] don't crash in verbose mode if 'ad3_module' is not defined in age protected videos ( fixes #1159 )
2013-08-02 14:17:01 +02:00
Philipp Hagemeister
fd5539eb41
release 2013.08.02
2013-08-02 13:35:13 +02:00
Jaime Marquínez Ferrándiz
04bca64bde
[youtube]: new algo for length 83 ( fixes #1164 )
2013-08-02 12:38:17 +02:00
Jaime Marquínez Ferrándiz
03cc7c20c1
[youtube] show which formats are in 3D with "-F" and in the format field
2013-08-02 12:21:28 +02:00
Jaime Marquínez Ferrándiz
4075311d94
Merge pull request #1163 from xanadu/master
...
add support for download YouTube 3d format of 3d content
2013-08-02 12:06:34 +02:00
huohuarong
6624a2b07d
add an extractor for tv.sohu.com
2013-08-02 17:58:46 +08:00
huohuarong
6d3a7d03e1
fix bug: kankan extractor not support http://vod.kankan.com/v/70/70309.shtml
2013-08-02 15:26:11 +08:00
Allan Zhou
86fe61c8f9
add support for download YouTube 3d format of 3d content
2013-08-01 10:47:48 -07:00
Dominik
e3f4593e76
Fix regex error when only subtitled video is available on arte.
2013-08-01 11:48:17 +02:00
Jaime Marquínez Ferrándiz
1d043b93cf
[youtube] Add support for downloading videos with hlsvp ( fixes #1083 )
...
They are downloaded with a m3u8 manifest, they seem to be encrypted, but ffmpeg can handle them.
2013-07-31 23:41:05 +02:00
Jaime Marquínez Ferrándiz
b15d4f624f
Allow to download from m3u8 manifests with ffmpeg
...
They are detected by the extension of the url.
2013-07-31 22:33:37 +02:00
Jaime Marquínez Ferrándiz
4aa16a50f5
Log a better error message if ffprobe or avconv are not found (related #1134 )
2013-07-31 21:22:08 +02:00
Jaime Marquínez Ferrándiz
bbcbf4d459
Switch some calls to to_stderr to report_error and report_warning
2013-07-31 21:20:46 +02:00
Philipp Hagemeister
930ad9eecc
release 2013.07.31
2013-07-31 10:55:02 +02:00
Jaime Marquínez Ferrándiz
b072a9defd
YoutubeIE: with age protected videos, add a missing "return" to return the signature decrypted with _decrypt_signature
2013-07-31 10:51:00 +02:00
Jaime Marquínez Ferrándiz
75952c6e3d
YoutubeIE: new algo for length 86 ( fixes #1156 )
...
Now is using the same length as the flash player used for age protected videos, but the algorithm is different, so now for age protected videos it first tries to use the old algo.
2013-07-31 10:45:13 +02:00
Jaime Marquínez Ferrándiz
05afc96b73
Print urls from the batch file with --verbose (related #1155 )
2013-07-30 23:11:44 +02:00
Jaime Marquínez Ferrándiz
fa80026915
Disable way and tf1 tests, the whole videos are served sometimes, so the md5 sum doesn't match.
2013-07-30 11:19:07 +02:00
Jaime Marquínez Ferrándiz
2bc3de0f28
[worldstarhiphop] Small cleanup
...
The second check for the Vevo id is not necessary.
2013-07-30 11:10:17 +02:00
Jaime Marquínez Ferrándiz
99c7bc94af
Merge pull request #1148 from JohnyMoSwag/master
...
[worldstarhiphop] support vevo videos
2013-07-30 11:05:40 +02:00
Jaime Marquínez Ferrándiz
152c8f349d
Merge pull request #1149 from pishposhmcgee/patch-3
...
[vevo] Modified m_urls regex and video_url
2013-07-30 01:57:37 -07:00
Johny Mo Swag
d75654c15e
using re.search
2013-07-29 14:39:14 -07:00
Jaime Marquínez Ferrándiz
0725f584e1
[wat] fix the extraction of the video url ( fixes #1103 )
...
Use the direct download link for Android.
2013-07-29 23:38:02 +02:00
Jaime Marquínez Ferrándiz
8cda9241d1
Add an extractor for kankan.com ( closes #1133 )
2013-07-29 23:13:12 +02:00
pishposhmcgee
a3124ba49f
Modified m_urls regex and video_url
...
Some videos have a leading slash, some do not
2013-07-29 15:45:20 -05:00
Johny Mo Swag
579e2691fe
detect vevo embed fix
2013-07-29 12:24:26 -07:00
Johny Mo Swag
63f05de10b
detect vevo embed
2013-07-29 12:11:57 -07:00
Jaime Marquínez Ferrándiz
caeefc29eb
[vimeo] add an extractor for channels
2013-07-29 13:12:09 +02:00
Jaime Marquínez Ferrándiz
a3c736def2
[dailymotion] Add an extractor for Dailymotion playlists
2013-07-29 12:07:38 +02:00
Jaime Marquínez Ferrándiz
58261235f0
Add an extractor for roxwell.com ( closes #1044 )
2013-07-26 13:00:59 +02:00
Philipp Hagemeister
da70877a1b
release 2013.07.25.2
2013-07-25 22:58:40 +02:00
Jaime Marquínez Ferrándiz
5c468ca8a8
YoutubeIE: add algo for length 79 ( fixes #1126 )
2013-07-25 22:50:24 +02:00
Jaime Marquínez Ferrándiz
aedd6bb97d
YoutubeIE: new algo for length 81 ( fixes #1127 )
2013-07-25 22:06:53 +02:00
Jaime Marquínez Ferrándiz
733d9cacb8
Merge pull request #1120 from pishposhmcgee/patch-1
...
[collegehumor] Added an option 'e' to go with 'video' or 'embed'
2013-07-25 01:14:43 -07:00
Philipp Hagemeister
42f2805e48
[keek] Fix testcase (Broken by accident in 6625f82940
)
2013-07-25 10:10:37 +02:00
Philipp Hagemeister
0ffcb7c6fc
release 2013.07.25.1
2013-07-25 09:53:15 +02:00
Philipp Hagemeister
27669bd11d
[ina] Allow I at start of video IDs
2013-07-25 09:52:58 +02:00
Philipp Hagemeister
6625f82940
[keek] Allow httpS URLs ( Fixes #1123 )
2013-07-25 09:40:19 +02:00
Philipp Hagemeister
d0866f0bb4
release 2013.07.25
2013-07-25 09:35:25 +02:00
Philipp Hagemeister
09eeb75130
Merge remote-tracking branch 'pishposhmcgee/patch-2'
2013-07-25 09:34:56 +02:00
Philipp Hagemeister
0a99956f71
[ina] Fix URL detection ( Fixes #1121 )
2013-07-25 09:34:12 +02:00
pishposhmcgee
12ef6aefa8
changed video_url regex
...
Some older videos contain an extra properties such as 'embed' before 'type'.
2013-07-24 21:51:08 -05:00
pishposhmcgee
e93aa81aa6
Added an option 'e' to go with 'video' or 'embed'
...
Based on links that I've seen, /e/<videoid> also occurs in the wild, and making this substitution yields effective results.
2013-07-24 16:55:28 -05:00
Jaime Marquínez Ferrándiz
755eb0320e
[youtube] use itertools.count instead of a "while True" loop and a manual counter
2013-07-24 22:27:33 +02:00
Jaime Marquínez Ferrándiz
43ba5456b1
[youtube] add an extractor for the "Watch Later" list
2013-07-24 22:13:39 +02:00
Philipp Hagemeister
156d5ad6da
release 2013.07.24.2
2013-07-24 21:18:41 +02:00
Jaime Marquínez Ferrándiz
c626a3d9fa
Add an extractor for downloading the Youtube favorite videos( closes #127 )
2013-07-24 20:45:19 +02:00
Jaime Marquínez Ferrándiz
b2e8bc1b20
YoutubeIE: Move the code from _real_initialize to a base class
...
This allows to reuse the code in other IEs without having to overwrite some parts.
2013-07-24 20:40:12 +02:00
Jaime Marquínez Ferrándiz
771822ebb8
YoutubePlaylistIE: break only if there's no entry field in the response
...
Otherwise the Favorite videos playlist cannot be downloaded complete.
Also break if it reach the maximum value of the start-index.
2013-07-24 20:14:55 +02:00
Jaime Marquínez Ferrándiz
eb6a41ba0f
ExfmIE: extract Soundcloud songs using SoundcloudIE
...
Now SouncloudIE accepts api urls.
2013-07-24 14:39:21 +02:00
Jaime Marquínez Ferrándiz
7d2392691c
[soundcloud]: Some improvements
...
Extract thumbnails.
Make SoundcloudSetIE a subclass of SoundcloudIE to reuse some code.
Directly extract the file url without downloading an extra page.
2013-07-24 14:15:12 +02:00
Philipp Hagemeister
c216c1894d
release 2013.07.24.1
2013-07-24 13:52:55 +02:00
Jaime Marquínez Ferrándiz
a052c1d785
Merge pull request #1114 from alexvh/traileraddict_hd
...
[traileraddict] Obtain hd quality stream if available
Updated md5 checksum of the test video.
2013-07-24 10:52:24 +02:00
Jaime Marquínez Ferrándiz
16484d4923
[traileraddict]: Support clips urls and more trailer urls
2013-07-24 10:43:44 +02:00
Jaime Marquínez Ferrándiz
32a09b4382
Merge pull request #1113 from alexvh/master
...
[traileraddict] Allow all types of trailer URLs
2013-07-24 10:37:52 +02:00
Philipp Hagemeister
870a7e6156
release 2013.07.24
2013-07-24 10:29:34 +02:00
patrickslin
239e3e0cca
YoutubeIE: new algo for length 87 ( fixes #1105 )
...
Squashed commit from the pull requests #1107 , #1109 and #1110 .
2013-07-24 10:20:52 +02:00
Alex Van't Hof
b1ca5e3ffa
[traileraddict] Obtain hd quality stream if available
...
No clear method for determining if hd is available so opted to just
check for presence of hd toggle function.
2013-07-24 02:42:32 -04:00
Alex Van't Hof
b9a1252c96
[traileraddict] Allow all types of trailer URLs
...
Valid url regex for traileraddict.com is too strict. Need to allow,
e.g. theatrical-trailer, teaser-trailer, feature-read-band-trailer, etc.
2013-07-24 00:48:11 -04:00
Philipp Hagemeister
fc492de31d
release 2013.07.23.1
2013-07-23 18:37:52 +02:00
Philipp Hagemeister
a9c0f9bc63
Merge branch 'master' of github.com:rg3/youtube-dl
2013-07-23 18:37:09 +02:00
Philipp Hagemeister
b7cc9f5026
[soundcloud] Support URLs with a slash at the end ( Fixes #1104 )
2013-07-23 18:35:52 +02:00
Jaime Marquínez Ferrándiz
252580c561
YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajax
...
It wasn't detecting when there aren't more videos
2013-07-23 14:58:01 +02:00
Jaime Marquínez Ferrándiz
acc47c1a3f
Mark WatIE and TF1IE as broken (related #1103 )
2013-07-23 14:29:30 +02:00
Jaime Marquínez Ferrándiz
70fa830e4d
CollegeHumorIE: support Youtube videos and embed urls ( fixes #1094 )
2013-07-23 14:29:29 +02:00
Philipp Hagemeister
a7af0ebaf5
release 2013.07.23
2013-07-23 14:20:52 +02:00
Jaime Marquínez Ferrándiz
67ae7b4760
Fix BreakIE
...
Also detect videos that come from Youtube
2013-07-23 11:41:05 +02:00
Jaime Marquínez Ferrándiz
de48addae2
Fix CollegHumorIE
...
Now it downloads the video over http in one file, it doesn't downloads in fragments
Added a test and use the methods in InfoExtractor for downloading webpages
2013-07-23 11:14:11 +02:00
Jaime Marquínez Ferrándiz
ddbfd0f0c5
ComedyCentralIE: support the extended interviews urls ( fixes #1079 )
2013-07-21 11:04:56 +02:00
Jaime Marquínez Ferrándiz
d7ae0639b4
[youtube] Add an extractor for Youtube recommended videos (":ytrec" keyword) ( closes #476 )
...
The new extractor and YoutubeSubscriptionsIE are subclasses of YoutubeFeedsInfoExtractor, which allows to fetch videos from http://www.youtube.com/feed_ajax
2013-07-20 19:33:40 +02:00
Jaime Marquínez Ferrándiz
6804038d06
Don't try to write the subtitles if it's None
2013-07-20 12:59:47 +02:00
Jaime Marquínez Ferrándiz
2f799533ae
YoutubeIE: don't crash when trying to get automatic captions if the videos has standard subtitles.
2013-07-20 12:56:10 +02:00
Jaime Marquínez Ferrándiz
88ae5991cd
YoutubeIE: use the same function for getting the subtitles for the "--write-sub" and "--all-sub" options
2013-07-20 12:56:06 +02:00
Jaime Marquínez Ferrándiz
5d51a883c2
Use a dictionary for storing the subtitles
...
The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict.
2013-07-20 12:52:25 +02:00
Jaime Marquínez Ferrándiz
c4a91be726
Save subtitles using the same code for all the options
2013-07-20 12:52:24 +02:00
Philipp Hagemeister
0382435990
[exfm] Add IE_* descriptions
2013-07-20 11:26:36 +02:00
Philipp Hagemeister
b390d85d95
Merge remote-tracking branch 'yasoob/master'
2013-07-20 11:23:56 +02:00
Philipp Hagemeister
be925dc64c
release 2013.07.19
2013-07-19 23:42:29 +02:00
Jaime Marquínez Ferrándiz
de7a91bfe3
WeiboIE: extract the player urls from a json webpage
...
Also extract a Sina url that doesn't require to follow a redirection.
2013-07-19 20:43:44 +02:00
Jaime Marquínez Ferrándiz
a4358cbabd
YoutubeIE: new algo for length 85 ( closes #1080 ), thanks to @patrickslin
2013-07-19 17:12:40 +02:00
Jaime Marquínez Ferrándiz
177ed935a9
TEDIE: fix the title extraction
2013-07-19 16:13:31 +02:00
Jaime Marquínez Ferrándiz
c364f15ff1
Add WeiboIE ( closes #1039 )
...
It just embed video from other sites.
Modified the _VALID_URL of Youku to catch embed urls.
2013-07-19 16:09:14 +02:00
Jaime Marquínez Ferrándiz
e1f6e61e6a
Add an extractor for 56.com (related #1039 )
2013-07-19 15:17:34 +02:00
Jaime Marquínez Ferrándiz
0932300e3a
Add SinaIE (related #1039 ): extractor for video.sina.com.cn
2013-07-18 15:31:50 +02:00
Jaime Marquínez Ferrándiz
3f40217704
InstagramIE: fix the extraction of the uploader_id and the title
...
The page title is now 'Instagram', so we build it.
Also extract the description
2013-07-18 13:12:27 +02:00
Philipp Hagemeister
f631c3311a
Hint that --update may need sudo
2013-07-18 12:53:24 +02:00
Philipp Hagemeister
ad433bb372
release 2013.07.18
2013-07-18 12:41:49 +02:00
Jaime Marquínez Ferrándiz
444b116597
YoutubeIE: add algo for length 90 ( closes #1064 )
...
Order the cases from higher to lower length.
2013-07-18 12:25:41 +02:00
M.Yasoob Khalid
8e5e059d7d
forgot to import json json
2013-07-18 12:40:56 +05:00
M.Yasoob Khalid
2b1b511f6b
removed some unnecessary imports
2013-07-18 12:37:47 +05:00
M.Yasoob Khalid
233ad24ecf
corrected a typo and added myself to travis notifications.
2013-07-18 12:37:02 +05:00
M.Yasoob Khalid
c4949c50f9
added test for ex.fm
2013-07-18 12:33:31 +05:00
M.Yasoob Khalid
b6ef402905
added an IE for ex.fm
2013-07-18 12:30:21 +05:00
Jaime Marquínez Ferrándiz
e1fb245690
Add CondeNastIE
...
It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair.
2013-07-17 14:39:02 +02:00
Jaime Marquínez Ferrándiz
5a76c6517e
YoutubeIE: some encrypted signatures have more than two parts, print the size of all the parts
2013-07-17 12:08:10 +02:00
Philipp Hagemeister
1bb9568776
release 2013.07.17.1
2013-07-17 11:18:35 +02:00
Philipp Hagemeister
ecd1c2f7e9
[thisav] add a test for video MD5
2013-07-17 11:18:14 +02:00
Philipp Hagemeister
466de68801
[thisav] Add IE ( Fixes #1056 )
2013-07-17 11:16:53 +02:00
Philipp Hagemeister
88d4111cfa
[youtube] Add code for signature 92 ( Closes #1060 )
2013-07-17 11:06:34 +02:00
Philipp Hagemeister
be547e1d3b
Revert "[youtube] improved decrypt_signature, closes #1060 "
...
This reverts commit fe6fad1242
and closes #1066 .
2013-07-17 11:01:40 +02:00
Philipp Hagemeister
bf85454116
[metacafe] Fix test
2013-07-17 10:50:30 +02:00
Philipp Hagemeister
5910724b11
[metacafe] New result format
2013-07-17 10:49:49 +02:00
Philipp Hagemeister
7e24b09da9
[metacafe] Extract description
2013-07-17 10:45:35 +02:00
Philipp Hagemeister
f085f960e7
[metacafe] Fix uploader detection
2013-07-17 10:45:24 +02:00
Philipp Hagemeister
f38de77f6e
Use unescapeHTML for OpenGraph properties
...
These are attribute values, so we don't need the more complex and whitespace-destroying cleanHTML - we just need to unescape quotes, that's it.
2013-07-17 10:38:23 +02:00
Anton Novosyolov
fe6fad1242
[youtube] improved decrypt_signature, closes #1060
2013-07-17 10:41:43 +04:00
Philipp Hagemeister
ec00e1d8a0
[metacafe] Use modern helper methods
2013-07-17 01:35:33 +02:00
Philipp Hagemeister
de29c4144e
Ignore errors in git error handling in verbose mode in Python 3
2013-07-17 01:33:28 +02:00
Philipp Hagemeister
f3bab0044e
Write debugging output to stderr ( #1059 )
2013-07-17 01:30:34 +02:00
Philipp Hagemeister
ffd1833b87
release 2013.07.17
2013-07-17 01:14:38 +02:00
Philipp Hagemeister
896d5b63e8
[metacafe] Add support for AnyClip videos ( #1059 )
2013-07-17 01:14:30 +02:00
Jaime Marquínez Ferrándiz
67de24e449
[freesound] Minor improvements
2013-07-15 21:33:45 +02:00
Jaime Marquínez Ferrándiz
66400c470c
Merge pull request #1050 from yasoob/master
...
Added an IE and test for Freesound.org .
2013-07-15 21:06:51 +02:00
M.Yasoob Khalid
7665010267
added test for freesound.org
2013-07-15 20:17:09 +05:00
M.Yasoob Khalid
5d9b75051a
Added an IE for freesound.org
2013-07-15 20:16:44 +05:00
Jaime Marquínez Ferrándiz
ab2f744b90
GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction process
2013-07-14 14:29:15 +02:00
Jaime Marquínez Ferrándiz
300fcad8a6
MTVIE: fix xml tags in the media namespace (python2.6)
2013-07-14 14:02:04 +02:00
Jaime Marquínez Ferrándiz
f7e025958a
[mtv]: rework MTVIE and add tests ( closes #913 )
...
It uses the same system as ComedyCentralIE to transform ramp urls into http.
2013-07-14 13:41:46 +02:00
Jaime Marquínez Ferrándiz
0ab5531363
[livestream] fix import statement
2013-07-14 09:25:51 +02:00
Jaime Marquínez Ferrándiz
b4444d5ca2
Add LivestreamIE ( closes #1042 )
2013-07-13 23:58:04 +02:00
alphapapa
0025da15cf
Clarify that download rate is in bytes per second
...
I found f918ec7ea2
but it is still not clear to anyone who hasn't read Issue #723 whether the limit is in bits or bytes. This is doubly confusing because 1) ISPs usually advertise speeds in bits per second, and 2) lowercase "k" and "m" are often used in correlation with bits rather than bytes.
2013-07-13 16:42:16 -05:00
Philipp Hagemeister
b9d3e1635f
Strip hash info from URL when making requests ( Fixes #1038 )
2013-07-13 22:52:12 +02:00
Philipp Hagemeister
aa6b734e02
[instagram] really fix uploader_id detection ( Fixes #1038 )
2013-07-13 21:45:33 +02:00
Philipp Hagemeister
73b57f0ccb
[instagram] fix uploader_id detection ( Fixes #1038 )
2013-07-13 20:40:04 +02:00
Philipp Hagemeister
3c4e6d8337
Improve OpenGraph property matching
2013-07-13 20:39:47 +02:00
Philipp Hagemeister
36034aecc2
Merge remote-tracking branch 'jaimeMF/opengraph'
2013-07-13 20:33:23 +02:00
Jaime Marquínez Ferrándiz
ffca4b5c32
Add CanalplusIE ( closes #59 and closes #918 )
2013-07-13 13:36:15 +02:00