Jaime Marquínez Ferrándiz
a95967f8b7
[ign]: support some country versions and add an extractor for 1up.com
...
1up.com uses the gin video system, the extractor is a subclass of IGNIE, it just replaces the video id
2013-07-12 11:39:40 +02:00
Jaime Marquínez Ferrándiz
2ef648d3d3
Add IGNIE
...
Only for www.ign.com, it doesn't support country specific versions (like es.ign.com)
2013-07-12 00:03:59 +02:00
Jaime Marquínez Ferrándiz
606d7e67fd
YoutubeIE: add algo for length 81 ( closes #1026 )
2013-07-11 23:47:54 +02:00
Jaime Marquínez Ferrándiz
85347e1cb6
YoutubeIE: a new algo for length 83
2013-07-11 20:21:45 +02:00
Jaime Marquínez Ferrándiz
41897817cc
GametrailersIE: support multipart videos
...
Use xml.etree.ElementTree instead of re when possible
2013-07-11 18:24:53 +02:00
Jaime Marquínez Ferrándiz
117adb0f0f
GenericIE: detect more Brightcove videos
...
In some sites "class" contains more that BrightcoveExperience
2013-07-11 00:25:38 +02:00
Jaime Marquínez Ferrándiz
abb285fb1b
BrightcoveIE: add support for playlists
2013-07-11 00:04:33 +02:00
Jaime Marquínez Ferrándiz
a431154706
Set the playlist_index and playlist fields for already resolved video results.
2013-07-10 23:36:30 +02:00
Jaime Marquínez Ferrándiz
cfe50f04ed
GenericIE: Detect videos from Brightcove
...
Brightcove videos info is usually found in an <object class="BrightcoveExperience"></object> node, this is passed to a new method of BrightcoveIE that builds a url to extract the video.
2013-07-10 17:49:11 +02:00
Jaime Marquínez Ferrándiz
a7055eb956
YoutubeIE: show a more meaningful error when it founds a rtmpe download (related #343 )
2013-07-10 14:35:11 +02:00
Jaime Marquínez Ferrándiz
c93898dae9
YoutubeIE: new algo for length 83 ( closes #1017 and closes #1016 )
2013-07-10 10:44:04 +02:00
Jaime Marquínez Ferrándiz
ebdf2af727
GameSpotIE: support more urls and download videos in the best quality
2013-07-09 20:07:52 +02:00
Jaime Marquínez Ferrándiz
c108eb73cc
YoutubeIE: Fix vevo explicit videos ( closes #956 )
...
When an age restricted video is detected it simulates accessing the video from www.youtube.com/v/{video_id}
2013-07-09 15:43:44 +02:00
Jaime Marquínez Ferrándiz
3a1375dacf
VeohIE: remove debug logging
2013-07-09 11:11:55 +02:00
Jaime Marquínez Ferrándiz
41bece30b4
DotsubIE: simplify and extract the upload date
...
Do not declare variables for fields in the info dictionary.
2013-07-08 22:40:42 +02:00
Jaime Marquínez Ferrándiz
16ea58cbda
Merge pull request #1009 from yasoob/master
...
Added an IE and test for dotsub.com videos. ( closes #1008 )
2013-07-08 22:21:06 +02:00
Jaime Marquínez Ferrándiz
99e350d902
Add VeohIE ( closes #1006 )
2013-07-08 22:02:23 +02:00
Jaime Marquínez Ferrándiz
81f0259b9e
YoutubeSubscriptionsIE: raise an error if there's no login information.
2013-07-08 11:24:11 +02:00
Jaime Marquínez Ferrándiz
fefcb5d314
YoutubeIE: use the new method in the base IE for getting the login info
2013-07-08 11:24:11 +02:00
Jaime Marquínez Ferrándiz
fc79158de2
VimeoIE: authentication support ( closes #885 ) and add a method in the base InfoExtractor to get the login info
2013-07-07 23:24:34 +02:00
Jaime Marquínez Ferrándiz
7763b04e5f
YoutubeIE: extract the thumbnail in the best possible quality
2013-07-07 21:21:15 +02:00
Jaime Marquínez Ferrándiz
04cc96173c
[youtube] Add and extractor for the subscriptions feed ( closes #498 )
...
It can be downloaded using the ytsubscriptions keyword.
It needs the login information.
2013-07-07 13:58:23 +02:00
Jaime Marquínez Ferrándiz
fbaaad49d7
Add BrightcoveIE ( closes #832 )
...
It only accepts the urls that are use for embedding the video, it doesn't search in generic webpages to find Brightcove videos
2013-07-05 21:31:50 +02:00
Jaime Marquínez Ferrándiz
b29f3b250d
DailymotionIE: extract thumbnail
2013-07-05 19:39:37 +02:00
Jaime Marquínez Ferrándiz
2491f5898e
DailymotionIE: simplify the extraction of the title and remove an unused assignment of video_uploader
2013-07-05 14:20:15 +02:00
Jaime Marquínez Ferrándiz
b27c856fbc
Dailymotion: fix the download of the video in the max quality ( closes #986 )
2013-07-05 14:15:26 +02:00
Jaime Marquínez Ferrándiz
9941ceb331
ArteTVIE: support emission urls that don't contain the video id
...
Like http://www.arte.tv/guide/fr/emissions/AJT/arte-journal
2013-07-05 12:56:41 +02:00
Jaime Marquínez Ferrándiz
9826925a20
ArteTVIE: extract the video with the correct language
...
Some urls from the French version of the page could download the German version.
Also instead of extracting the json url from the webpage, build it to skip the download
2013-07-02 17:34:40 +02:00
Jaime Marquínez Ferrándiz
24a267b562
TudouIE: extract all the segments of the video and download the best quality ( closes #975 )
...
Also simplify a bit the extraction of the id from the url and write directly the title for the test video
2013-07-02 12:38:24 +02:00
Jaime Marquínez Ferrándiz
d4da3d6116
BlipTVIE: download the video in the best quality ( closes #215 )
2013-07-02 10:40:23 +02:00
Jaime Marquínez Ferrándiz
59fc531f78
Add InstagramIE (related #904 )
2013-07-01 21:08:54 +02:00
Jaime Marquínez Ferrándiz
5c44c15438
GenericIE: match titles that spread across multiple lines (related #904 )
2013-07-01 20:50:50 +02:00
Jaime Marquínez Ferrándiz
75dff0eef7
[youtube]: add YoutubeShowIE ( closes #14 )
...
It just extracts the playlists urls for each season
2013-07-01 17:59:28 +02:00
Jaime Marquínez Ferrándiz
d828f3a550
YoutubeIE: use a negative index when accessing the last element of the format list
2013-07-01 17:19:33 +02:00
Jaime Marquínez Ferrándiz
bcd6e4bd07
YoutubeIE: extract the correct video id for movie URLs ( closes #597 )
2013-07-01 16:51:18 +02:00
Jaime Marquínez Ferrándiz
97ebe8dcaf
StatigramIE: update the title of the test video
2013-06-30 13:57:57 +02:00
Jaime Marquínez Ferrándiz
d4409747ba
TumblrIE: update test
...
The video (once more) is no longer available
2013-06-30 13:52:20 +02:00
Jaime Marquínez Ferrándiz
37b6a6617f
ArteTvIE: support videos from videos.arte.tv
...
Each source of videos have a different extraction process, they are in different methods of the extractor.
Changed the extension of videos from mp4 to flv.
2013-06-30 13:38:22 +02:00
Jaime Marquínez Ferrándiz
8244288dfe
WatIE: support videos divided in multiple parts ( closes #222 and #659 )
...
The id for the videos is now the full id, no the one in the webpage url.
Also extract more information: description, view_count and upload_date
2013-06-29 18:22:03 +02:00
Jaime Marquínez Ferrándiz
1083705fe8
Update the default output template in the README
...
It was changed in 08b2ac745a
2013-06-29 16:35:28 +02:00
Jaime Marquínez Ferrándiz
705f6f35bc
Move TF1IE to its own file
2013-06-29 15:18:19 +02:00
Jaime Marquínez Ferrándiz
e648b22dbd
Add TF1IE
2013-06-29 15:07:25 +02:00
Jaime Marquínez Ferrándiz
99afb3ddd4
Add WatIE
2013-06-28 22:01:47 +02:00
Jaime Marquínez Ferrándiz
bc2884afc1
Print which IE is being skipped in test_download
2013-06-28 11:20:00 +02:00
Jaime Marquínez Ferrándiz
023fa8c440
Add function add_default_info_extractors to YoutubeDL
...
It adds to the list the ies returned by ge_extractors
2013-06-27 23:51:06 +02:00
Jaime Marquínez Ferrándiz
c90f13d106
YoutubeIE: update the docstrings and the error message of _decrypt_signature
...
Now it doesn't check the size of the two parts of the key.
2013-06-27 14:37:45 +02:00
Jaime Marquínez Ferrándiz
6e5d5f2fc1
Merge branch 'master' of github.com:rg3/youtube-dl
2013-06-27 00:16:02 +02:00
Jaime Marquínez Ferrándiz
75c9481224
ArteTvIE: rewrite the extract process to support the new site ( fixes #875 )
...
The video can be downloaded with rtmp or http, but the best quality format seems to always use rtmp.
Deleted the old methods.
2013-06-27 00:09:51 +02:00
Jaime Marquínez Ferrándiz
bcd606c0fe
ComedycentralIE: Force conversion of the description to unicode ( close #941 )
...
When writing to a file it would fail.
2013-06-26 21:38:01 +02:00
Jaime Marquínez Ferrándiz
aa0c87391c
Add CSpanIE ( closes #312 )
2013-06-26 17:55:54 +02:00
Jaime Marquínez Ferrándiz
2e32528012
FileDownloader: fixed call to "report_error" of YoutubeDL
...
It was being called as "error"
2013-06-26 16:32:47 +02:00
Jaime Marquínez Ferrándiz
52e8e1dc88
Merge pull request #936 from iemejia/master
...
Added option for vtt WebVTT subtitle format for Youtube
2013-06-26 03:06:06 -07:00
Jaime Marquínez Ferrándiz
b004821fa9
Add the option "--write-auto-sub" to download automatic subtitles from Youtube
...
Now automatic subtitles are only downloaded if the option is given.
(closes #903 )
2013-06-25 23:46:24 +02:00
Jaime Marquínez Ferrándiz
c6c1974672
Add "--video-password" option (related #889 )
...
Used only for accessing a private video
Restore the error when the account is missing
2013-06-25 22:22:32 +02:00
Jaime Marquínez Ferrándiz
a545d1d262
Merge pull request #922 from JohnyMoSwag/master
...
Added embedded youtube detection to WorldstarIE
2013-06-25 22:08:58 +02:00
Jaime Marquínez Ferrándiz
037fcd0047
JukeboxIE: support more countries
2013-06-25 22:04:44 +02:00
Jaime Marquínez Ferrándiz
7ce7e39476
YoutubeIE: Extend decryption of signatures to all videos that have the 's' field in the url_encoded_fmt_stream_map (related #920 )
2013-06-24 21:25:12 +02:00
Jaime Marquínez Ferrándiz
1c251cd948
MTVIE: add support for Vevo videos (related #913 )
2013-06-24 13:54:19 +02:00
Jaime Marquínez Ferrándiz
70d1924f8b
Add VevoIE
2013-06-24 12:31:41 +02:00
Jaime Marquínez Ferrándiz
8bf8b5a577
Use the new class in the tests
2013-06-24 10:21:44 +02:00
Jaime Marquínez Ferrándiz
8222d8de88
Split FileDownloader in two classes: FileDownloader and YoutubeDL
...
YoutubeDL is the class that coordinates everything
FileDownloader gets a filename and an info dict and downloads the video.
2013-06-24 10:21:43 +02:00
Jaime Marquínez Ferrándiz
c7253e2e8c
[youtube] fix condition always being evaluated to true
2013-06-24 09:42:46 +02:00
Jaime Marquínez Ferrándiz
b0dcc3c47f
setup.py: include the new extractor module
2013-06-23 23:54:08 +02:00
Jaime Marquínez Ferrándiz
1037d53988
GenericIE: look for Open Graph info
...
Only if there is a direct link to the file, don't try if it points to a Flash player
2013-06-23 13:26:49 +02:00
Jaime Marquínez Ferrándiz
c3ab8f866c
Change metavar of "--sub-format" from LANG to FORMAT
2013-06-23 12:59:20 +02:00
Jaime Marquínez Ferrándiz
346b5ce8fd
YoutubeIE: report warnings instead of errors if the subtitles are not found (related #901 )
...
For example when downloading a playlist some videos may not have subtitles but the download shouldn't stop.
2013-06-22 14:15:33 +02:00
Jaime Marquínez Ferrándiz
b37fbb990b
Move the decrypting function to a static method
2013-06-22 13:20:06 +02:00
Jaime Marquínez Ferrándiz
ef75f76f5c
Detect more vevo videos
2013-06-22 13:13:40 +02:00
Jaime Marquínez Ferrándiz
e296100005
Merge pull request #888 from rg3/youtube_playlists_fix_886
...
YoutubePlaylistIE: try to extract the url of the entries from the media$group dictionary (closes #886 )
2013-06-22 03:35:32 -07:00
Jaime Marquínez Ferrándiz
953dd93a48
YoutubePlaylistIE: don't look into entry['content']['src'], accruing to the docs this can return live stream urls
2013-06-22 12:32:27 +02:00
Jaime Marquínez Ferrándiz
e704f4d378
YoutubeIE: If not subtitles language is given default to English for automatic captions (related #901 )
2013-06-22 12:14:24 +02:00
Jaime Marquínez Ferrándiz
77d0f05f71
YoutubeIE: Detect new Vevo style videos
...
The url_encoded_fmt_stream_map can be found in the video page, but the signature must be decrypted, we get it from the webpage instead of the `get_video_info` pages because we have only discover the algorithm for keys with both sub keys of size 43.
2013-06-21 21:51:10 +02:00
Jaime Marquínez Ferrándiz
f4c8bbcfc2
TEDIE: download the best quality video and use the new _search_regex functions
...
Also extracts the description.
2013-06-20 20:51:20 +02:00
Jaime Marquínez Ferrándiz
31eead52e7
YoutubePlaylistIE: try to extract the url of the entries from the media$group dictionary
...
Extracting it from content can return rtsp urls.
2013-06-20 17:23:27 +02:00
Jaime Marquínez Ferrándiz
038a3a1a61
RBMARadioIE: fix the extraction of the JSON data
2013-06-20 14:37:43 +02:00
Jaime Marquínez Ferrándiz
587c68b2cd
DailymotionIE: fix the extraction of the video uploader and use _search_regex for getting it
2013-06-20 14:15:29 +02:00
Jaime Marquínez Ferrándiz
377fdf5dde
Update the TumblrIE: the video is no longer available
2013-06-20 14:02:21 +02:00
Jaime Marquínez Ferrándiz
5c67601931
Revert "Fix GooglePlusIE: the video_page url has changed of place"
...
The old method is working again.
This reverts commit 449d5c910c .
2013-06-20 13:53:04 +02:00
Jaime Marquínez Ferrándiz
68f54207a3
SteamIE: only verify the age if needed
...
Also use the _html_search_regex function
2013-06-20 13:43:44 +02:00
Jaime Marquínez Ferrándiz
213b715893
Merge pull request #887 from anisse/master
...
Fetch all entries that are in a youtube playlist
Also add a test.
2013-06-19 12:52:44 +02:00
Jaime Marquínez Ferrándiz
449d5c910c
Fix GooglePlusIE: the video_page url has changed of place
2013-06-18 14:22:16 +02:00
Jaime Marquínez Ferrándiz
36ed7177f0
Fix HypemIE test: the song name has been changed
2013-06-16 20:42:28 +02:00
Jaime Marquínez Ferrándiz
32aa88bcae
Add GametrailersIE
2013-06-16 20:34:45 +02:00
Jaime Marquínez Ferrándiz
51090d636b
VimeoIE: allow to download password protected videos
2013-06-15 11:35:14 +02:00
Jaime Marquínez Ferrándiz
31513ea6b9
Update test_issue_673 in Youtube Lists
...
Some videos have been removed.
Delete the title check, it's not the purpose of that test.
2013-06-15 11:20:22 +02:00
Jaime Marquínez Ferrándiz
fb8f7280bc
GenericIE: try to find videos from twitter cards info
2013-06-13 08:26:39 +02:00
Jaime Marquínez Ferrándiz
f380401bbd
YoutubeSearchIE: the query is a str, in python 3 it fails if decode is called
2013-06-11 19:15:07 +02:00
Jaime Marquínez Ferrándiz
9abc6c8b31
Update YahooIE test
...
The old test video is no longer available.
2013-06-10 19:42:02 +02:00
Jaime Marquínez Ferrándiz
8027175600
Set the extractor key in playlists entries
...
If they were videos the extractor key wasn't being set anywhere else
Closes 877
2013-06-08 12:08:44 +02:00
Jaime Marquínez Ferrándiz
3054ff0cbe
Merge pull request #853 from mc2avr/master
...
add ZDFIE
2013-06-08 11:44:01 +02:00
Jaime Marquínez Ferrándiz
cd453d38bb
Merge pull request #878 from yasoob/master
...
Added Vbox7.com InfoExtractor and tests.
2013-06-08 10:54:47 +02:00
Jaime Marquínez Ferrándiz
9131bde941
SpiegelE: the page layout has changed a bit
2013-06-04 19:31:06 +02:00
Jaime Marquínez Ferrándiz
1132c10dc2
Merge pull request #864 from jacobian/vimeopro
...
Fixed an error downloading vimeo pro videos.
2013-06-04 10:15:12 -07:00
Jaime Marquínez Ferrándiz
eda60e8251
VimeoIE: support videos from vimeopro.com
2013-06-04 12:04:54 +02:00
Jaime Marquínez Ferrándiz
418f734a58
Merge pull request #854 from rg3/youtube_automatic_captions
...
YoutubeIE: fallback to automatic captions when subtitles aren't found
2013-06-01 14:18:27 -07:00
Jaime Marquínez Ferrándiz
dc1c355b72
YoutubeIE: fallback to automatic captions when subtitles aren't found ( closes #843 )
...
Also modify test_youtube_subtitles to support running the tests in any order.
2013-05-31 17:03:40 +02:00
Jaime Marquínez Ferrándiz
1b2b22ed9f
BlipTV: accept urls in the format http://a.blip.tv/api.swf#{id} ( closes #857 )
...
Tweak the regex so that BlipTV can be before BlipTVUser.
2013-05-28 15:12:39 +02:00
Jaime Marquínez Ferrándiz
45014296be
Add TeamcocoIE ( closes #212 )
2013-05-21 14:37:32 +02:00
Jaime Marquínez Ferrándiz
b1d568f0bc
HowcastIE: extract thumbnail
2013-05-20 08:39:41 +02:00
Jaime Marquínez Ferrándiz
17bd1b2f41
VineIE: extract more information and minor style changes
2013-05-20 08:31:03 +02:00