2013-01-01 14:07:37 -06:00
|
|
|
import base64
|
2012-03-24 20:07:37 -05:00
|
|
|
import datetime
|
2013-01-26 20:01:23 -06:00
|
|
|
import itertools
|
2012-03-24 20:07:37 -05:00
|
|
|
import netrc
|
|
|
|
import os
|
|
|
|
import re
|
|
|
|
import socket
|
|
|
|
import time
|
|
|
|
import email.utils
|
2012-05-01 10:01:51 -05:00
|
|
|
import xml.etree.ElementTree
|
2012-08-08 13:04:02 -05:00
|
|
|
import random
|
|
|
|
import math
|
2013-02-26 03:39:26 -06:00
|
|
|
import operator
|
2013-05-15 16:38:44 -05:00
|
|
|
import hashlib
|
|
|
|
import binascii
|
|
|
|
import urllib
|
2012-03-24 20:07:37 -05:00
|
|
|
|
2012-11-27 20:34:40 -06:00
|
|
|
from .utils import *
|
2013-06-23 12:57:38 -05:00
|
|
|
from .extractor.common import InfoExtractor, SearchInfoExtractor
|
2013-06-23 13:24:07 -05:00
|
|
|
|
|
|
|
from .extractor.ard import ARDIE
|
|
|
|
from .extractor.arte import ArteTvIE
|
2013-06-23 15:24:58 -05:00
|
|
|
from .extractor.bandcamp import BandcampIE
|
2013-06-23 13:44:48 -05:00
|
|
|
from .extractor.bliptv import BlipTVIE, BlipTVUserIE
|
2013-06-23 13:50:22 -05:00
|
|
|
from .extractor.comedycentral import ComedyCentralIE
|
2013-06-23 14:10:21 -05:00
|
|
|
from .extractor.collegehumor import CollegeHumorIE
|
2013-06-23 13:09:47 -05:00
|
|
|
from .extractor.dailymotion import DailymotionIE
|
2013-06-23 14:06:20 -05:00
|
|
|
from .extractor.depositfiles import DepositFilesIE
|
2013-06-23 15:15:50 -05:00
|
|
|
from .extractor.eighttracks import EightTracksIE
|
2013-06-23 14:08:17 -05:00
|
|
|
from .extractor.escapist import EscapistIE
|
2013-06-23 14:00:34 -05:00
|
|
|
from .extractor.facebook import FacebookIE
|
2013-06-23 15:05:23 -05:00
|
|
|
from .extractor.funnyordie import FunnyOrDieIE
|
2013-06-23 13:29:46 -05:00
|
|
|
from .extractor.gametrailers import GametrailersIE
|
2013-06-23 13:31:45 -05:00
|
|
|
from .extractor.generic import GenericIE
|
2013-06-23 13:55:15 -05:00
|
|
|
from .extractor.googleplus import GooglePlusIE
|
|
|
|
from .extractor.googlesearch import GoogleSearchIE
|
2013-06-23 15:29:27 -05:00
|
|
|
from .extractor.hypem import HypemIE
|
2013-06-23 15:28:19 -05:00
|
|
|
from .extractor.ina import InaIE
|
2013-06-23 14:14:19 -05:00
|
|
|
from .extractor.infoq import InfoQIE
|
2013-06-23 15:07:27 -05:00
|
|
|
from .extractor.justintv import JustinTVIE
|
2013-06-23 15:16:41 -05:00
|
|
|
from .extractor.keek import KeekIE
|
2013-06-23 15:23:19 -05:00
|
|
|
from .extractor.liveleak import LiveLeakIE
|
2013-06-23 13:07:51 -05:00
|
|
|
from .extractor.metacafe import MetacafeIE
|
2013-06-23 14:59:15 -05:00
|
|
|
from .extractor.mixcloud import MixcloudIE
|
2013-06-23 14:27:38 -05:00
|
|
|
from .extractor.mtv import MTVIE
|
2013-06-23 15:20:45 -05:00
|
|
|
from .extractor.myspass import MySpassIE
|
2013-06-23 13:48:32 -05:00
|
|
|
from .extractor.myvideo import MyVideoIE
|
2013-06-23 14:18:00 -05:00
|
|
|
from .extractor.nba import NBAIE
|
2013-06-23 13:07:51 -05:00
|
|
|
from .extractor.statigram import StatigramIE
|
2013-06-23 13:12:18 -05:00
|
|
|
from .extractor.photobucket import PhotobucketIE
|
2013-06-23 15:13:32 -05:00
|
|
|
from .extractor.pornotube import PornotubeIE
|
2013-06-23 15:09:32 -05:00
|
|
|
from .extractor.rbmaradio import RBMARadioIE
|
2013-06-23 15:27:16 -05:00
|
|
|
from .extractor.redtube import RedTubeIE
|
2013-06-23 13:57:44 -05:00
|
|
|
from .extractor.soundcloud import SoundcloudIE, SoundcloudSetIE
|
2013-06-23 15:22:08 -05:00
|
|
|
from .extractor.spiegel import SpiegelIE
|
2013-06-23 14:16:32 -05:00
|
|
|
from .extractor.stanfordoc import StanfordOpenClassroomIE
|
2013-06-23 15:02:56 -05:00
|
|
|
from .extractor.steam import SteamIE
|
2013-06-23 14:55:53 -05:00
|
|
|
from .extractor.ted import TEDIE
|
2013-06-23 15:24:07 -05:00
|
|
|
from .extractor.tumblr import TumblrIE
|
2013-06-23 15:08:28 -05:00
|
|
|
from .extractor.ustream import UstreamIE
|
2013-06-23 15:25:46 -05:00
|
|
|
from .extractor.vbox7 import Vbox7IE
|
2013-06-23 13:18:21 -05:00
|
|
|
from .extractor.vimeo import VimeoIE
|
2013-06-23 15:26:30 -05:00
|
|
|
from .extractor.vine import VineIE
|
2013-06-23 15:04:08 -05:00
|
|
|
from .extractor.worldstarhiphop import WorldStarHipHopIE
|
2013-06-23 15:02:56 -05:00
|
|
|
from .extractor.xnxx import XNXXIE
|
2013-06-23 14:11:47 -05:00
|
|
|
from .extractor.xvideos import XVideosIE
|
2013-06-23 13:41:54 -05:00
|
|
|
from .extractor.yahoo import YahooIE, YahooSearchIE
|
2013-06-23 15:14:22 -05:00
|
|
|
from .extractor.youjizz import YouJizzIE
|
2013-06-23 15:01:02 -05:00
|
|
|
from .extractor.youku import YoukuIE
|
2013-06-23 15:12:14 -05:00
|
|
|
from .extractor.youporn import YouPornIE
|
2013-06-23 13:28:15 -05:00
|
|
|
from .extractor.youtube import YoutubeIE, YoutubePlaylistIE, YoutubeSearchIE, YoutubeUserIE, YoutubeChannelIE
|
2013-06-23 13:24:07 -05:00
|
|
|
from .extractor.zdf import ZDFIE
|
2013-05-11 16:04:56 -05:00
|
|
|
|
2013-01-01 13:43:43 -06:00
|
|
|
|
2012-03-24 20:07:37 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
2012-08-15 18:54:03 -05:00
|
|
|
|
2012-08-08 13:04:02 -05:00
|
|
|
|
2012-08-19 11:39:43 -05:00
|
|
|
|
|
|
|
|
2012-10-09 03:48:49 -05:00
|
|
|
|
|
|
|
|
2012-12-13 14:27:57 -06:00
|
|
|
|
2012-12-16 02:50:41 -06:00
|
|
|
|
2012-12-20 14:28:27 -06:00
|
|
|
|
2012-12-26 18:38:41 -06:00
|
|
|
|
2013-01-12 06:49:14 -06:00
|
|
|
|
2013-01-01 12:37:07 -06:00
|
|
|
|
2013-03-06 23:09:55 -06:00
|
|
|
|
2013-01-01 12:37:07 -06:00
|
|
|
|
2013-01-05 14:42:35 -06:00
|
|
|
|
|
|
|
|
2013-02-26 03:39:26 -06:00
|
|
|
|
2013-01-05 14:42:35 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-02-08 01:25:55 -06:00
|
|
|
|
|
|
|
|
2013-02-16 06:46:13 -06:00
|
|
|
|
2013-03-11 19:08:54 -05:00
|
|
|
|
2013-03-26 15:37:08 -05:00
|
|
|
|
2013-05-23 14:42:03 -05:00
|
|
|
|
|
|
|
|
2013-04-22 14:07:49 -05:00
|
|
|
|
2013-05-01 08:55:46 -05:00
|
|
|
|
2013-03-11 19:08:54 -05:00
|
|
|
|
2013-05-18 12:17:19 -05:00
|
|
|
class HowcastIE(InfoExtractor):
|
2013-05-19 17:25:26 -05:00
|
|
|
"""Information Extractor for Howcast.com"""
|
|
|
|
_VALID_URL = r'(?:https?://)?(?:www\.)?howcast\.com/videos/(?P<id>\d+)'
|
2013-05-18 12:17:19 -05:00
|
|
|
|
|
|
|
def _real_extract(self, url):
|
|
|
|
mobj = re.match(self._VALID_URL, url)
|
|
|
|
|
|
|
|
video_id = mobj.group('id')
|
|
|
|
webpage_url = 'http://www.howcast.com/videos/' + video_id
|
|
|
|
webpage = self._download_webpage(webpage_url, video_id)
|
|
|
|
|
2013-05-20 01:39:41 -05:00
|
|
|
self.report_extraction(video_id)
|
|
|
|
|
2013-06-06 06:27:27 -05:00
|
|
|
video_url = self._search_regex(r'\'?file\'?: "(http://mobile-media\.howcast\.com/[0-9]+\.mp4)',
|
|
|
|
webpage, u'video URL')
|
2013-05-18 12:17:19 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_title = self._html_search_regex(r'<meta content=(?:"([^"]+)"|\'([^\']+)\') property=\'og:title\'',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'title')
|
2013-05-18 12:17:19 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_description = self._html_search_regex(r'<meta content=(?:"([^"]+)"|\'([^\']+)\') name=\'description\'',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'description', fatal=False)
|
2013-05-18 12:17:19 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
thumbnail = self._html_search_regex(r'<meta content=\'(.+?)\' property=\'og:image\'',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'thumbnail', fatal=False)
|
2013-05-20 01:39:41 -05:00
|
|
|
|
2013-05-18 12:17:19 -05:00
|
|
|
return [{
|
|
|
|
'id': video_id,
|
|
|
|
'url': video_url,
|
|
|
|
'ext': 'mp4',
|
|
|
|
'title': video_title,
|
|
|
|
'description': video_description,
|
2013-05-20 01:39:41 -05:00
|
|
|
'thumbnail': thumbnail,
|
2013-05-18 12:17:19 -05:00
|
|
|
}]
|
|
|
|
|
2013-05-19 17:25:26 -05:00
|
|
|
|
2013-05-20 16:18:40 -05:00
|
|
|
class FlickrIE(InfoExtractor):
|
|
|
|
"""Information Extractor for Flickr videos"""
|
2013-05-21 09:07:27 -05:00
|
|
|
_VALID_URL = r'(?:https?://)?(?:www\.)?flickr\.com/photos/(?P<uploader_id>[\w\-_@]+)/(?P<id>\d+).*'
|
2013-05-20 16:18:40 -05:00
|
|
|
|
|
|
|
def _real_extract(self, url):
|
|
|
|
mobj = re.match(self._VALID_URL, url)
|
|
|
|
|
|
|
|
video_id = mobj.group('id')
|
|
|
|
video_uploader_id = mobj.group('uploader_id')
|
|
|
|
webpage_url = 'http://www.flickr.com/photos/' + video_uploader_id + '/' + video_id
|
|
|
|
webpage = self._download_webpage(webpage_url, video_id)
|
|
|
|
|
2013-06-06 06:27:27 -05:00
|
|
|
secret = self._search_regex(r"photo_secret: '(\w+)'", webpage, u'secret')
|
2013-05-20 16:18:40 -05:00
|
|
|
|
|
|
|
first_url = 'https://secure.flickr.com/apps/video/video_mtl_xml.gne?v=x&photo_id=' + video_id + '&secret=' + secret + '&bitrate=700&target=_self'
|
2013-05-21 09:07:27 -05:00
|
|
|
first_xml = self._download_webpage(first_url, video_id, 'Downloading first data webpage')
|
2013-05-20 16:18:40 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
node_id = self._html_search_regex(r'<Item id="id">(\d+-\d+)</Item>',
|
2013-06-06 06:27:27 -05:00
|
|
|
first_xml, u'node_id')
|
2013-05-20 16:18:40 -05:00
|
|
|
|
|
|
|
second_url = 'https://secure.flickr.com/video_playlist.gne?node_id=' + node_id + '&tech=flash&mode=playlist&bitrate=700&secret=' + secret + '&rd=video.yahoo.com&noad=1'
|
2013-05-21 09:07:27 -05:00
|
|
|
second_xml = self._download_webpage(second_url, video_id, 'Downloading second data webpage')
|
|
|
|
|
|
|
|
self.report_extraction(video_id)
|
2013-05-20 16:18:40 -05:00
|
|
|
|
|
|
|
mobj = re.search(r'<STREAM APP="(.+?)" FULLPATH="(.+?)"', second_xml)
|
|
|
|
if mobj is None:
|
|
|
|
raise ExtractorError(u'Unable to extract video url')
|
|
|
|
video_url = mobj.group(1) + unescapeHTML(mobj.group(2))
|
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_title = self._html_search_regex(r'<meta property="og:title" content=(?:"([^"]+)"|\'([^\']+)\')',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'video title')
|
2013-05-20 16:18:40 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_description = self._html_search_regex(r'<meta property="og:description" content=(?:"([^"]+)"|\'([^\']+)\')',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'description', fatal=False)
|
2013-05-20 16:18:40 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
thumbnail = self._html_search_regex(r'<meta property="og:image" content=(?:"([^"]+)"|\'([^\']+)\')',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'thumbnail', fatal=False)
|
2013-05-20 16:18:40 -05:00
|
|
|
|
|
|
|
return [{
|
2013-05-21 09:07:27 -05:00
|
|
|
'id': video_id,
|
|
|
|
'url': video_url,
|
|
|
|
'ext': 'mp4',
|
|
|
|
'title': video_title,
|
2013-05-20 16:18:40 -05:00
|
|
|
'description': video_description,
|
2013-05-21 09:07:27 -05:00
|
|
|
'thumbnail': thumbnail,
|
2013-05-20 16:18:40 -05:00
|
|
|
'uploader_id': video_uploader_id,
|
|
|
|
}]
|
|
|
|
|
2013-05-21 07:37:32 -05:00
|
|
|
class TeamcocoIE(InfoExtractor):
|
|
|
|
_VALID_URL = r'http://teamcoco\.com/video/(?P<url_title>.*)'
|
|
|
|
|
|
|
|
def _real_extract(self, url):
|
|
|
|
mobj = re.match(self._VALID_URL, url)
|
|
|
|
if mobj is None:
|
|
|
|
raise ExtractorError(u'Invalid URL: %s' % url)
|
|
|
|
url_title = mobj.group('url_title')
|
|
|
|
webpage = self._download_webpage(url, url_title)
|
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_id = self._html_search_regex(r'<article class="video" data-id="(\d+?)"',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'video id')
|
2013-05-21 07:37:32 -05:00
|
|
|
|
|
|
|
self.report_extraction(video_id)
|
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_title = self._html_search_regex(r'<meta property="og:title" content="(.+?)"',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'title')
|
2013-05-21 07:37:32 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
thumbnail = self._html_search_regex(r'<meta property="og:image" content="(.+?)"',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'thumbnail', fatal=False)
|
2013-05-21 07:37:32 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_description = self._html_search_regex(r'<meta property="og:description" content="(.*?)"',
|
2013-06-06 06:27:27 -05:00
|
|
|
webpage, u'description', fatal=False)
|
2013-05-21 07:37:32 -05:00
|
|
|
|
|
|
|
data_url = 'http://teamcoco.com/cvp/2.0/%s.xml' % video_id
|
|
|
|
data = self._download_webpage(data_url, video_id, 'Downloading data webpage')
|
2013-06-06 06:27:27 -05:00
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_url = self._html_search_regex(r'<file type="high".*?>(.*?)</file>',
|
2013-06-06 06:27:27 -05:00
|
|
|
data, u'video URL')
|
2013-05-21 07:37:32 -05:00
|
|
|
|
|
|
|
return [{
|
|
|
|
'id': video_id,
|
|
|
|
'url': video_url,
|
|
|
|
'ext': 'mp4',
|
|
|
|
'title': video_title,
|
|
|
|
'thumbnail': thumbnail,
|
2013-06-06 06:27:27 -05:00
|
|
|
'description': video_description,
|
2013-05-21 07:37:32 -05:00
|
|
|
}]
|
2013-06-07 04:46:03 -05:00
|
|
|
|
2013-06-04 07:30:54 -05:00
|
|
|
class XHamsterIE(InfoExtractor):
|
|
|
|
"""Information Extractor for xHamster"""
|
|
|
|
_VALID_URL = r'(?:http://)?(?:www.)?xhamster\.com/movies/(?P<id>[0-9]+)/.*\.html'
|
|
|
|
|
|
|
|
def _real_extract(self,url):
|
|
|
|
mobj = re.match(self._VALID_URL, url)
|
|
|
|
|
|
|
|
video_id = mobj.group('id')
|
2013-06-07 04:46:03 -05:00
|
|
|
mrss_url = 'http://xhamster.com/movies/%s/.html' % video_id
|
2013-06-04 07:30:54 -05:00
|
|
|
webpage = self._download_webpage(mrss_url, video_id)
|
2013-06-07 04:46:03 -05:00
|
|
|
|
2013-06-04 07:30:54 -05:00
|
|
|
mobj = re.search(r'\'srv\': \'(?P<server>[^\']*)\',\s*\'file\': \'(?P<file>[^\']+)\',', webpage)
|
|
|
|
if mobj is None:
|
|
|
|
raise ExtractorError(u'Unable to extract media URL')
|
|
|
|
if len(mobj.group('server')) == 0:
|
|
|
|
video_url = compat_urllib_parse.unquote(mobj.group('file'))
|
|
|
|
else:
|
|
|
|
video_url = mobj.group('server')+'/key='+mobj.group('file')
|
|
|
|
video_extension = video_url.split('.')[-1]
|
|
|
|
|
2013-06-09 04:57:13 -05:00
|
|
|
video_title = self._html_search_regex(r'<title>(?P<title>.+?) - xHamster\.com</title>',
|
2013-06-07 04:46:03 -05:00
|
|
|
webpage, u'title')
|
2013-06-04 07:30:54 -05:00
|
|
|
|
2013-06-07 05:10:02 -05:00
|
|
|
# Can't see the description anywhere in the UI
|
2013-06-09 04:57:13 -05:00
|
|
|
# video_description = self._html_search_regex(r'<span>Description: </span>(?P<description>[^<]+)',
|
2013-06-07 05:10:02 -05:00
|
|
|
# webpage, u'description', fatal=False)
|
|
|
|
# if video_description: video_description = unescapeHTML(video_description)
|
2013-06-04 07:30:54 -05:00
|
|
|
|
|
|
|
mobj = re.search(r'hint=\'(?P<upload_date_Y>[0-9]{4})-(?P<upload_date_m>[0-9]{2})-(?P<upload_date_d>[0-9]{2}) [0-9]{2}:[0-9]{2}:[0-9]{2} [A-Z]{3,4}\'', webpage)
|
2013-06-07 04:46:03 -05:00
|
|
|
if mobj:
|
|
|
|
video_upload_date = mobj.group('upload_date_Y')+mobj.group('upload_date_m')+mobj.group('upload_date_d')
|
2013-06-04 07:30:54 -05:00
|
|
|
else:
|
2013-06-07 04:46:03 -05:00
|
|
|
video_upload_date = None
|
|
|
|
self._downloader.report_warning(u'Unable to extract upload date')
|
2013-06-04 07:30:54 -05:00
|
|
|
|
2013-06-09 07:21:42 -05:00
|
|
|
video_uploader_id = self._html_search_regex(r'<a href=\'/user/[^>]+>(?P<uploader_id>[^<]+)',
|
2013-06-07 04:46:03 -05:00
|
|
|
webpage, u'uploader id', default=u'anonymous')
|
|
|
|
|
|
|
|
video_thumbnail = self._search_regex(r'\'image\':\'(?P<thumbnail>[^\']+)\'',
|
|
|
|
webpage, u'thumbnail', fatal=False)
|
2013-06-04 07:30:54 -05:00
|
|
|
|
|
|
|
return [{
|
|
|
|
'id': video_id,
|
|
|
|
'url': video_url,
|
|
|
|
'ext': video_extension,
|
|
|
|
'title': video_title,
|
2013-06-07 05:10:02 -05:00
|
|
|
# 'description': video_description,
|
2013-06-04 07:30:54 -05:00
|
|
|
'upload_date': video_upload_date,
|
|
|
|
'uploader_id': video_uploader_id,
|
|
|
|
'thumbnail': video_thumbnail
|
|
|
|
}]
|
2013-05-20 16:18:40 -05:00
|
|
|
|
2013-06-05 09:16:53 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-06-16 13:34:45 -05:00
|
|
|
|
2013-01-01 12:37:07 -06:00
|
|
|
def gen_extractors():
|
|
|
|
""" Return a list of an instance of every supported extractor.
|
|
|
|
The order does matter; the first extractor matched is the one handling the URL.
|
|
|
|
"""
|
|
|
|
return [
|
|
|
|
YoutubePlaylistIE(),
|
|
|
|
YoutubeChannelIE(),
|
|
|
|
YoutubeUserIE(),
|
|
|
|
YoutubeSearchIE(),
|
|
|
|
YoutubeIE(),
|
|
|
|
MetacafeIE(),
|
|
|
|
DailymotionIE(),
|
|
|
|
GoogleSearchIE(),
|
|
|
|
PhotobucketIE(),
|
|
|
|
YahooIE(),
|
|
|
|
YahooSearchIE(),
|
|
|
|
DepositFilesIE(),
|
|
|
|
FacebookIE(),
|
|
|
|
BlipTVIE(),
|
2013-05-28 08:12:39 -05:00
|
|
|
BlipTVUserIE(),
|
2013-01-01 12:37:07 -06:00
|
|
|
VimeoIE(),
|
|
|
|
MyVideoIE(),
|
|
|
|
ComedyCentralIE(),
|
|
|
|
EscapistIE(),
|
|
|
|
CollegeHumorIE(),
|
|
|
|
XVideosIE(),
|
2013-03-23 20:24:07 -05:00
|
|
|
SoundcloudSetIE(),
|
2013-01-01 12:37:07 -06:00
|
|
|
SoundcloudIE(),
|
|
|
|
InfoQIE(),
|
|
|
|
MixcloudIE(),
|
|
|
|
StanfordOpenClassroomIE(),
|
|
|
|
MTVIE(),
|
|
|
|
YoukuIE(),
|
|
|
|
XNXXIE(),
|
2013-01-06 14:52:33 -06:00
|
|
|
YouJizzIE(),
|
|
|
|
PornotubeIE(),
|
|
|
|
YouPornIE(),
|
2013-01-01 12:37:07 -06:00
|
|
|
GooglePlusIE(),
|
|
|
|
ArteTvIE(),
|
|
|
|
NBAIE(),
|
2013-03-06 23:09:55 -06:00
|
|
|
WorldStarHipHopIE(),
|
2013-01-01 12:37:07 -06:00
|
|
|
JustinTVIE(),
|
|
|
|
FunnyOrDieIE(),
|
|
|
|
SteamIE(),
|
|
|
|
UstreamIE(),
|
2013-01-12 10:58:39 -06:00
|
|
|
RBMARadioIE(),
|
2013-01-26 20:01:23 -06:00
|
|
|
EightTracksIE(),
|
2013-02-08 01:25:55 -06:00
|
|
|
KeekIE(),
|
2013-02-17 10:13:06 -06:00
|
|
|
TEDIE(),
|
2013-02-18 11:45:09 -06:00
|
|
|
MySpassIE(),
|
2013-03-11 19:08:54 -05:00
|
|
|
SpiegelIE(),
|
2013-03-29 09:13:24 -05:00
|
|
|
LiveLeakIE(),
|
2013-04-07 08:23:48 -05:00
|
|
|
ARDIE(),
|
2013-05-23 14:42:03 -05:00
|
|
|
ZDFIE(),
|
2013-04-22 14:07:49 -05:00
|
|
|
TumblrIE(),
|
2013-05-01 08:55:46 -05:00
|
|
|
BandcampIE(),
|
2013-05-03 13:07:35 -05:00
|
|
|
RedTubeIE(),
|
2013-05-05 13:57:19 -05:00
|
|
|
InaIE(),
|
2013-05-18 12:17:19 -05:00
|
|
|
HowcastIE(),
|
2013-05-19 17:25:26 -05:00
|
|
|
VineIE(),
|
2013-05-20 16:18:40 -05:00
|
|
|
FlickrIE(),
|
2013-05-21 07:37:32 -05:00
|
|
|
TeamcocoIE(),
|
2013-06-04 07:30:54 -05:00
|
|
|
XHamsterIE(),
|
2013-06-05 09:16:53 -05:00
|
|
|
HypemIE(),
|
2013-06-08 02:44:38 -05:00
|
|
|
Vbox7IE(),
|
2013-06-16 13:34:45 -05:00
|
|
|
GametrailersIE(),
|
2013-06-23 11:58:53 -05:00
|
|
|
StatigramIE(),
|
2013-01-01 12:37:07 -06:00
|
|
|
GenericIE()
|
|
|
|
]
|
2013-04-20 05:42:57 -05:00
|
|
|
|
|
|
|
def get_info_extractor(ie_name):
|
|
|
|
"""Returns the info extractor class with the given ie_name"""
|
|
|
|
return globals()[ie_name+'IE']
|