1900 Commits (233ad24ecf99e5a44541536e3d3352f6f7ebb526)
 

Author SHA1 Message Date
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 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
Philipp Hagemeister 94c3637f6d release 2013.07.07 11 years ago
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.
11 years ago
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
11 years ago
Jaime Marquínez Ferrándiz b29f3b250d DailymotionIE: extract thumbnail 11 years ago
Philipp Hagemeister fa343954d4 release 2013.07.05 11 years ago
Jaime Marquínez Ferrándiz 2491f5898e DailymotionIE: simplify the extraction of the title and remove an unused assignment of video_uploader 11 years ago