1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-03-11 15:40:13 +00:00
youtube-dl/youtube_dl/extractor
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
..
__init__.py
addanime.py
appletrailers.py
archiveorg.py
ard.py
arte.py [arte] Prepare for generic format support () 2013-10-11 16:33:31 +02:00
auengine.py
bandcamp.py
bliptv.py
bloomberg.py
breakcom.py Fix BreakIE 2013-07-23 11:41:05 +02:00
brightcove.py
c56.py
canalc2.py
canalplus.py
cinemassacre.py
cnn.py
collegehumor.py
comedycentral.py
common.py Allow users to specify an age limit (fixes ) 2013-10-06 06:08:56 +02:00
condenast.py
criterion.py
cspan.py
dailymotion.py
daum.py
defense.py
depositfiles.py Move DepositFiles into its own IE 2013-06-23 21:06:20 +02:00
dotsub.py
dreisat.py Set the ext field for each format 2013-09-14 14:45:04 +02:00
ebaumsworld.py
ehow.py
eighttracks.py
escapist.py
exfm.py
facebook.py
faz.py
fktv.py [fktv] support videos splitted in any number of parts and some style changes 2013-09-18 23:32:37 +02:00
flickr.py [FlickrIE] Fix HTTPS url 2013-10-04 07:47:40 +02:00
francetv.py [francetv] Use common format for ID of generation-quoi subextractor 2013-10-04 11:30:47 +02:00
freesound.py
funnyordie.py
gamespot.py [gamespot] Mark as broken () 2013-10-10 19:55:52 +02:00
gametrailers.py GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction process 2013-07-14 14:29:15 +02:00
generic.py Fix Brightcove detection when another Flash object is on the page 2013-10-11 21:52:33 -04:00
googleplus.py [googleplus] Fix upload_date detection 2013-10-05 16:38:33 +02:00
googlesearch.py Add --list-extractor-descriptions (human-readable list of IEs) 2013-07-01 18:52:19 +02:00
hark.py [hark] get the song info in JSON and extract more information. 2013-08-27 10:25:38 +02:00
hotnewhiphop.py
howcast.py
hypem.py
ign.py
ina.py [ina] Allow I at start of video IDs 2013-07-25 09:52:58 +02:00
infoq.py
instagram.py
jeuxvideo.py [jeuxvideo] Improve code quality (fixes ) 2013-10-07 14:33:23 +02:00
jukebox.py
justintv.py
kankan.py
keek.py [keek] Fix testcase (Broken by accident in 6625f82940) 2013-07-25 10:10:37 +02:00
kickstarter.py
liveleak.py
livestream.py [livestream] Fix events extraction (fixes ) 2013-09-21 13:50:52 +02:00
metacafe.py [metacafe] Add more cases for detecting the uploader detection (reported in ) 2013-08-31 22:35:39 +02:00
metacritic.py
mit.py Fix MIT extractor for Python 2.6 2013-08-28 14:24:42 -05:00
mixcloud.py [mixcloud] Rewrite extractor (fixes ) 2013-09-14 14:26:42 +02:00
mtv.py [mtv] Strip the description 2013-10-10 19:53:44 +02:00
muzu.py
myspass.py Move tests to the IE definitions 2013-06-27 20:46:46 +02:00
myvideo.py
naver.py Add extractor for tvcast.naver.com (closes ) 2013-09-05 10:53:40 +02:00
nba.py
nbc.py
newgrounds.py [newgrounds] simplify 2013-09-18 22:14:43 +02:00
nhl.py
ooyala.py Add an extractor for vice.com (closes ) 2013-09-16 20:58:36 +02:00
orf.py
pbs.py
photobucket.py Move tests to the IE definitions 2013-06-27 20:46:46 +02:00
pornotube.py Call extracted property age_limit everywhere 2013-10-06 16:23:06 +02:00
rbmaradio.py
redtube.py
ringtv.py
ro220.py [ro220] Add support for 220.ro 2013-08-24 21:10:03 +02:00
roxwel.py
rtlnow.py
sina.py
slashdot.py Add an extractor for tv.slashdot.org (closes ) 2013-08-21 21:51:58 +02:00
slideshare.py Add an extractor for Slideshare (closes ) 2013-09-10 11:19:58 +02:00
sohu.py
soundcloud.py
southparkstudios.py
spiegel.py
stanfordoc.py Add --list-extractor-descriptions (human-readable list of IEs) 2013-07-01 18:52:19 +02:00
statigram.py [statigram] change test video 2013-08-21 19:20:27 +02:00
steam.py
subtitles.py
teamcoco.py
ted.py
tf1.py
thisav.py
traileraddict.py Merge pull request from alexvh/traileraddict_hd 2013-07-24 10:52:24 +02:00
trilulilu.py
tudou.py
tumblr.py TumblrIE: update test 2013-06-30 13:52:20 +02:00
tutv.py
unistra.py
ustream.py [ustream] Simplify channel extraction 2013-09-13 22:05:29 +02:00
vbox7.py
veehd.py Add an extractor for VeeHD (closes ) 2013-09-02 11:54:09 +02:00
veoh.py
vevo.py [vevo] Some improvements (fixes ) 2013-10-08 21:25:38 +02:00
vice.py
viddler.py
videofyme.py
vimeo.py [vimeo] Recognize urls ending in a slash (fixes ) 2013-10-06 21:56:23 +02:00
vine.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
wat.py
weibo.py WeiboIE: extract the player urls from a json webpage 2013-07-19 20:43:44 +02:00
wimp.py Move tests to the IE definitions 2013-06-27 20:46:46 +02:00
worldstarhiphop.py
xhamster.py
xnxx.py Move tests to the IE definitions 2013-06-27 20:46:46 +02:00
xvideos.py
yahoo.py [yahoo] Download the info from another page 2013-10-10 21:01:45 +02:00
youjizz.py YouJizzIE: support videos that define the urls in a playlist page (closes ) 2013-07-13 12:07:07 +02:00
youku.py
youporn.py
youtube.py [youtube] Do not recognize attribution link as user (Fixes ) 2013-10-09 23:50:38 +02:00
zdf.py