Jaime Marquínez Ferrándiz
46720279c2
InfoExtractor: add some helper methods to extract OpenGraph info
11 years ago
Jaime Marquínez Ferrándiz
d8269e1dfb
Don't try to save the thumbnail if it's None
...
It means the extractor couldn't find it
11 years ago
Jaime Marquínez Ferrándiz
cbdbb76665
Use determine_ext when saving the thumbnail
...
Urls that contain a query produced filenames with wrong extensions
11 years ago
Jaime Marquínez Ferrándiz
6543f0dca5
BrightcoveIE: Use parse_qs to extract the fields of the query ( closes #1032 )
...
Add a compat_urlparse to utils.
11 years ago
Jaime Marquínez Ferrándiz
232eb88bfe
GenericIE: allow to match declaration of the Brightocove parameters that use ' instead of "
11 years ago
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
11 years ago
Jaime Marquínez Ferrándiz
2ef648d3d3
Add IGNIE
...
Only for www.ign.com, it doesn't support country specific versions (like es.ign.com)
11 years ago
Philipp Hagemeister
33f6830fd5
release 2013.07.12
11 years ago
Jaime Marquínez Ferrándiz
606d7e67fd
YoutubeIE: add algo for length 81 ( closes #1026 )
11 years ago
Philipp Hagemeister
fd87ff26b9
release 2013.07.11
11 years ago
Jaime Marquínez Ferrándiz
85347e1cb6
YoutubeIE: a new algo for length 83
11 years ago
Jaime Marquínez Ferrándiz
41897817cc
GametrailersIE: support multipart videos
...
Use xml.etree.ElementTree instead of re when possible
11 years ago
Philipp Hagemeister
45ff2d51d0
[brightcove] add import
11 years ago
Philipp Hagemeister
5de3ece225
[brightcove] fix on Python 2.6
11 years ago
Philipp Hagemeister
df50a41289
[arte] Fix on 2.6
11 years ago
Philipp Hagemeister
59ae56fad5
Add helper function find_path_attr
11 years ago
Philipp Hagemeister
690e872c51
Remove video_result helper method
...
Calling it was more complex then actually including the type in the video info
11 years ago
Philipp Hagemeister
81082e046e
[ehow] improve minor bits
11 years ago
Philipp Hagemeister
3fa9550837
Merge remote-tracking branch 'yasoob/master'
11 years ago
M.Yasoob Khalid
b1082f01a6
added test for ehow
11 years ago
M.Yasoob Khalid
f35b84c807
added an IE for Ehow videos
11 years ago
Jaime Marquínez Ferrándiz
117adb0f0f
GenericIE: detect more Brightcove videos
...
In some sites "class" contains more that BrightcoveExperience
11 years ago
Jaime Marquínez Ferrándiz
abb285fb1b
BrightcoveIE: add support for playlists
11 years ago
Jaime Marquínez Ferrándiz
a431154706
Set the playlist_index and playlist fields for already resolved video results.
11 years ago
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.
11 years ago
Jaime Marquínez Ferrándiz
a7055eb956
YoutubeIE: show a more meaningful error when it founds a rtmpe download (related #343 )
11 years ago
Philipp Hagemeister
0a1be1e997
release 2013.07.10
11 years ago
Jaime Marquínez Ferrándiz
c93898dae9
YoutubeIE: new algo for length 83 ( closes #1017 and closes #1016 )
11 years ago
Jaime Marquínez Ferrándiz
ebdf2af727
GameSpotIE: support more urls and download videos in the best quality
11 years ago
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}
11 years ago
Jaime Marquínez Ferrándiz
3a1375dacf
VeohIE: remove debug logging
11 years ago
Jaime Marquínez Ferrándiz
41bece30b4
DotsubIE: simplify and extract the upload date
...
Do not declare variables for fields in the info dictionary.
11 years ago
Jaime Marquínez Ferrándiz
16ea58cbda
Merge pull request #1009 from yasoob/master
...
Added an IE and test for dotsub.com videos. ( closes #1008 )
11 years ago
Jaime Marquínez Ferrándiz
99e350d902
Add VeohIE ( closes #1006 )
11 years ago
M.Yasoob Khalid
13e06d298c
added an IE and test for dotsub.
11 years ago
Jaime Marquínez Ferrándiz
56c7366547
YoutubeIE: reuse instances of InfoExtractors ( closes #998 )
...
When a IE is added to the list, it's also added to a dictionary. When a IE is requested it first looks in the dictionary and if there's no instance it will create a new one.
That way _real_initialize is only called once for each IE, saving time if it needs to login for example.
11 years ago
Jaime Marquínez Ferrándiz
81f0259b9e
YoutubeSubscriptionsIE: raise an error if there's no login information.
11 years ago
Jaime Marquínez Ferrándiz
fefcb5d314
YoutubeIE: use the new method in the base IE for getting the login info
11 years ago
Philipp Hagemeister
345b0c9b46
Remove dead code
11 years ago
Philipp Hagemeister
20c3893f0e
Do not redefine variables in list comprehensions
11 years ago
Philipp Hagemeister
29293c1e09
release 2013.07.08.1
11 years ago
Philipp Hagemeister
5fe3a3c3fb
[archive.org] Add extractor ( Fixes #1003 )
11 years ago
Philipp Hagemeister
b04621d155
release 2013.07.08
11 years ago
Philipp Hagemeister
b227060388
[arte] Always look for the JSON URL ( Fixes #1002 )
11 years ago
Philipp Hagemeister
d93e4dcbb7
Merge branch 'master' of github.com:rg3/youtube-dl
11 years ago
Philipp Hagemeister
73e79f2a1b
[3sat] Add support ( Fixes #1001 )
11 years ago
Jaime Marquínez Ferrándiz
fc79158de2
VimeoIE: authentication support ( closes #885 ) and add a method in the base InfoExtractor to get the login info
11 years ago
Jaime Marquínez Ferrándiz
7763b04e5f
YoutubeIE: extract the thumbnail in the best possible quality
11 years ago
Philipp Hagemeister
9d7b44b4cc
release 2013.07.07.01
11 years ago
Philipp Hagemeister
897f36d179
[youtube:subscriptions] Use colon for differentiation of shortcuts
11 years ago