1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-23 08:15:38 +00:00
youtube-dl/youtube_dl/extractor
Anssi Hannula c9afb51cea [youtube] Fix missing format details for 60fps DASH formats
60fps DASH formats do not appear in the DASH manifest, but the non-DASH
video info page does contain additional parameters for DASH formats that
we can parse.

Use those when they exist.

This fixes "bestvideo" not selecting 60fps formats over similar 30fps
formats just because the file size is unknown.
2015-08-30 08:05:16 +06:00
..
__init__.py
abc.py [abc] Use int_or_none 2015-08-30 01:11:56 +08:00
abc7news.py
academicearth.py
addanime.py
adobetv.py [generic/adobetv] Support AdobeTVVideo embeds (#6039) 2015-06-22 15:07:32 +08:00
adultswim.py
aftenposten.py [aftenposten] Implement in terms of xtream extractor 2015-05-08 22:52:20 +06:00
aftonbladet.py [aftonbladet] Fix extraction and update _VALID_URL (Fixes #5863) 2015-06-01 16:12:11 +03:00
airmozilla.py
aljazeera.py
allocine.py
alphaporno.py
anitube.py
anysex.py
aol.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
aparat.py
appleconnect.py [appleconnect] Add new extractor (fixes #6189) 2015-07-19 13:00:30 +02:00
appletrailers.py
archiveorg.py
ard.py
arte.py
atresplayer.py
atttechchannel.py
audiomack.py [audiomack:album] Update testcase 2015-01-25 05:15:47 +01:00
azubu.py
baidu.py
bambuser.py [bambuser] Add support for authentication (#5478) 2015-04-20 23:00:37 +06:00
bandcamp.py
bbc.py [bbc] Add support for vxp-playlist-data embeds (Closes #6453) 2015-08-04 20:44:22 +06:00
beatportpro.py
beeg.py [beeg] fix test 2015-02-14 13:42:42 +01:00
behindkink.py
bet.py
bild.py [bild] Relax thumbnail test check 2015-05-07 20:20:43 +06:00
bilibili.py
blinkx.py
bliptv.py
bloomberg.py
bpb.py
br.py
breakcom.py [break] Add age_limit to test 2015-08-08 21:58:24 +06:00
brightcove.py
buzzfeed.py
byutv.py
c56.py
camdemy.py
canal13cl.py [canal13cl] Add test and improve extraction (#2498) 2014-03-03 12:53:11 +01:00
canalc2.py [canalc2] Modernize 2014-02-22 14:27:09 +01:00
canalplus.py [canalplus] Modernize 2015-07-24 00:21:13 +06:00
cbs.py
cbsnews.py [CBSNewsIE] Relax thumbnail regex so test passes 2015-05-15 17:57:32 +01:00
cbssports.py
ccc.py
ceskatelevize.py
channel9.py
chilloutzone.py [chilloutzone] Fix for python 3.2 2015-05-22 00:03:47 +06:00
chirbit.py
cinchcast.py
cinemassacre.py [cinemassacre] Use screenwavemedia embed pattern 2015-08-29 19:06:55 +06:00
clipfish.py [clipfish] Fix extraction, minimize requests, get rid of drm hds, extract m3u8 and more metadata 2015-08-08 01:10:41 +06:00
cliphunter.py [cliphunter] Fix extraction and update test (Fixes #4362) 2015-01-23 21:23:40 +02:00
clipsyndicate.py
cloudy.py [cloudy] Fix key extraction (Closes #5211) 2015-03-15 22:42:13 +06:00
clubic.py
cmt.py
cnet.py
cnn.py
collegehumor.py
collegerama.py
comcarcoff.py
comedycentral.py [comedycentral] Fix feed uri request (Closes #5449, closes #5455) 2015-04-17 23:41:07 +06:00
common.py [extractor/common] Add raise_login_required 2015-08-26 21:24:47 +06:00
commonmistakes.py [commonmistakes] Detect BOMs at the beginning of URLs 2015-02-10 01:40:55 +01:00
condenast.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
cracked.py
criterion.py [criterion] Simplify and modernize 2014-07-11 13:21:32 +02:00
crooksandliars.py
crunchyroll.py
cspan.py [cspan] Extract subtitles 2015-04-25 23:18:27 +08:00
ctsnews.py [ctsnews] Add localized name 2015-07-11 00:50:31 +08:00
dailymotion.py
daum.py
dbtv.py [dbtv] Make sure the 'id' field is a string 2014-12-21 16:57:07 +01:00
dcn.py [dcn] Simplify _VALID_URL 2015-08-08 00:19:40 +06:00
dctp.py
deezer.py
defense.py
dfb.py [dfb] Extract formats 2015-07-15 00:01:41 +06:00
dhm.py
discovery.py [discovery] Rewrite DiscoveryIE (fixes #5898) 2015-06-07 16:34:19 +08:00
divxstage.py
dotsub.py
douyutv.py [douyutv] Add localized name 2015-07-11 00:50:45 +08:00
dramafever.py
drbonanza.py
dreisat.py
dropbox.py
drtuber.py
drtv.py [drtv] Improve extraction (Closes #5792) 2015-05-24 01:22:11 +06:00
dump.py
dumpert.py
dvtv.py
eagleplatform.py
ebaumsworld.py [ebaumsworld] Modernize 2014-12-12 17:24:05 +01:00
echomsk.py
ehow.py [ehow] Simplify 2015-07-17 23:54:38 +06:00
eighttracks.py
einthusan.py
eitb.py
ellentv.py
elpais.py
embedly.py
engadget.py
eporner.py
eroprofile.py [eroprofile] Use raise_login_required 2015-08-26 21:25:37 +06:00
escapist.py
espn.py
esri.py
everyonesmixtape.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
exfm.py
expotv.py [expotv] Add new extractor (Fixes #3552) 2014-08-24 06:41:55 +02:00
extremetube.py
facebook.py [facebook] add uploader value to the tests 2015-08-03 00:09:21 +01:00
faz.py [faz] Extend _VALID_URL (Closes #6050) 2015-06-22 20:11:15 +06:00
fc2.py
firstpost.py
firsttv.py Remove unused imports 2015-02-14 22:19:58 +01:00
fivemin.py [5min] Cover joystiq.com URLs (Closes #4962) 2015-02-19 21:47:11 +06:00
fivetv.py [5tv] Improve 2015-06-12 17:48:42 +06:00
fktv.py
flickr.py [flickr] Don't use regex for extracting the info from the xml files 2015-04-22 19:58:39 +02:00
folketinget.py
footyroom.py [footyroom] Remove superfluous whitespace 2015-04-12 17:11:11 +06:00
fourtube.py
foxgay.py [foxgay] Add thumbnail to test definition 2014-12-04 08:22:20 +01:00
foxnews.py
foxsports.py [foxsports] Support some more URLs (#5611) 2015-05-09 02:15:51 +06:00
franceculture.py
franceinter.py
francetv.py [francetv] Improve _VALID_URL 2015-07-20 01:03:43 +06:00
freesound.py
freespeech.py
freevideo.py [freevideo] Simplify and raise error for foreigners (Fixes #4131) 2014-11-13 15:59:22 +01:00
funnyordie.py [funnyordie] Handle protocol-relative URLs (fixes #6490) 2015-08-12 16:01:47 +02:00
gamekings.py
gameone.py
gamersyde.py [gamersyde] Simplify 2015-04-04 17:53:22 +06:00
gamespot.py [gamespot] Use compat_urllib_parse_unquote 2015-07-17 23:38:30 +06:00
gamestar.py
gametrailers.py
gazeta.py
gdcvault.py
generic.py [generic] Add test for screenwavemedia embed 2015-08-29 19:12:38 +06:00
gfycat.py
giantbomb.py
giga.py
glide.py [glide] Simplify 2014-10-24 15:34:19 +02:00
globo.py
godtube.py [godtube] Fix on Python 2.6 2014-09-29 05:51:41 +02:00
goldenmoustache.py
golem.py
googleplus.py [googleplus] Modernize and extract all formats 2014-10-12 01:44:13 +07:00
googlesearch.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
gorillavid.py
goshgay.py
groupon.py
hark.py [hark] Modernize 2014-10-24 22:31:55 +02:00
hearthisat.py
heise.py
hellporno.py [hellporno] Extract all formats and improve 2014-12-29 21:33:41 +06:00
helsinki.py
hentaistigma.py
historicfilms.py
history.py
hitbox.py
hornbunny.py
hostingbulk.py
hotnewhiphop.py
howcast.py
howstuffworks.py
huffpost.py
hypem.py
iconosquare.py
ign.py
imdb.py
imgur.py
ina.py
indavideo.py
infoq.py [infoq] Use compat_urllib_parse_unquote 2015-07-17 23:39:54 +06:00
instagram.py [instagram:user] Truncate title to 80 characters (#5919) 2015-06-08 01:46:33 +08:00
internetvideoarchive.py
iprima.py
iqiyi.py [iqiyi] PEP 8 2015-08-13 01:18:49 +06:00
ir90tv.py
ivi.py [ivi] Modernize 2015-01-28 23:58:14 +06:00
izlesene.py [izlesene] Avoid timestamp differences in tests due to DST 2015-06-06 02:57:21 +03:00
jadorecettepub.py
jeuxvideo.py [jeuxvideo] Relax _VALID_URL (fixes #6230) 2015-07-14 19:07:40 +02:00
jove.py
jpopsukitv.py
jukebox.py
kaltura.py
kanalplay.py [utils,common] Merge format_srt_time and _subtitles_timecode 2015-05-12 13:04:54 +08:00
kankan.py
karaoketv.py [karaoketv] Use compat_urllib_parse_unquote_plus 2015-07-17 23:40:35 +06:00
karrierevideos.py
keek.py
keezmovies.py
khanacademy.py [khanacademy] Update test 2015-01-05 12:28:35 +01:00
kickstarter.py
kontrtube.py
krasview.py
ku6.py PEP8 applied 2014-11-23 20:41:03 +01:00
kuwo.py
la7.py
laola1tv.py [laola1tv] Allow live stream downloads 2015-02-26 14:35:48 +02:00
lecture2go.py
letv.py [letv] fix height 2015-07-24 14:46:45 +01:00
libsyn.py
lifenews.py [lifenews] Fix tests 2015-06-17 20:29:15 +06:00
liveleak.py [liveleak] Clarify test 2015-06-15 02:54:49 +06:00
livestream.py
lnkgo.py
lrt.py [lrt] Pass --realtime to rtmpdump 2015-03-03 18:41:34 +02:00
lynda.py [lynda] Use raise_login_required 2015-08-26 21:25:53 +06:00
m6.py
macgamestore.py [macgamestore] Modernize 2015-02-01 15:08:33 +01:00
mailru.py
malemotion.py
mdr.py
megavideoz.py
metacafe.py
metacritic.py
mgoon.py
minhateca.py
ministrygrid.py
miomio.py
mit.py [mit] Don't set the subtitles field 2015-02-18 17:19:56 +01:00
mitele.py [mitele] Use compat_urllib_parse_unquote 2015-07-17 23:42:11 +06:00
mixcloud.py
mlb.py
moevideo.py [moevideo] Skip removed video test 2015-01-01 00:46:03 +06:00
mofosex.py
mojvideo.py
moniker.py
mooshare.py
morningstar.py
motherless.py
motorsport.py
movieclips.py
moviezine.py
movshare.py PEP8 applied 2014-11-23 20:41:03 +01:00
mpora.py
mtv.py [mtvservices] Fix title extraction under python 2 2015-08-28 22:10:49 +06:00
muenchentv.py
musicplayon.py
musicvault.py
muzu.py
mwave.py
myspace.py
myspass.py [myspass] Fix extraction (closes #6206) 2015-07-14 00:23:50 +08:00
myvi.py
myvideo.py
myvidster.py
nationalgeographic.py NationalGeographic._VALID_URL: work site-wide 2015-07-23 12:21:41 +02:00
naver.py
nba.py
nbc.py [nbc] Add MSNBCIE 2015-08-20 01:41:18 +08:00
ndr.py
ndtv.py
nerdcubed.py
nerdist.py [nerdist] Add new extractor (Fixes #4851) 2015-02-02 23:38:35 +01:00
neteasemusic.py
netzkino.py
newgrounds.py
newstube.py
nextmedia.py
nfb.py
nfl.py
nhl.py
niconico.py
ninegag.py
noco.py [noco.tv] Fix issue #6066: title interpreted as integer 2015-06-24 10:40:01 +02:00
normalboots.py [normalboots] Remove unused import 2015-02-02 23:38:45 +01:00
nosvideo.py
nova.py [nova] Revert "Fix extension extraction bug" 2015-06-03 19:25:30 +03:00
novamov.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
nowness.py
nowtv.py [nowtv] Fix display_id (Closes #6702) 2015-08-29 22:41:49 +06:00
nowvideo.py
npo.py
nrk.py
ntvde.py
ntvru.py
nuvid.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
nytimes.py
odnoklassniki.py
oktoberfesttv.py [oktoberfesttv] Add new extractor (Fixes #3845) 2014-09-28 09:49:21 +02:00
onionstudios.py
ooyala.py
openfilm.py [openfilm] Fix compat_urllib_parse_unquote_plus import 2015-07-17 23:56:27 +06:00
orf.py
parliamentliveuk.py
patreon.py [patreon] Fix embeds extraction (Closes #5862) 2015-06-01 00:04:36 +06:00
pbs.py
periscope.py
philharmoniedeparis.py
phoenix.py
photobucket.py
pinkbike.py
pladform.py [pladform] Update test 2015-04-16 21:33:01 +06:00
planetaplay.py
played.py
playfm.py
playtvak.py
playvid.py
playwire.py
pluralsight.py
podomatic.py
porn91.py
pornhd.py [pornhd] Fix extraction (fixes #4915) 2015-02-10 03:41:31 +01:00
pornhub.py
pornotube.py
pornovoisines.py
pornoxo.py
primesharetv.py [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs 2015-07-14 22:36:30 +06:00
promptfile.py [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs 2015-07-14 22:36:30 +06:00
prosiebensat1.py [prosiebensat1] Modernize 2015-07-23 03:05:16 +06:00
puls4.py [puls4] Improve and extract more metadata 2015-02-28 22:25:57 +06:00
pyvideo.py
qqmusic.py
quickvid.py
r7.py
radiobremen.py
radiode.py [radio.de] Fix extraction 2015-02-17 21:40:09 +01:00
radiofrance.py [radiofrance] Modernize 2014-03-23 17:43:33 +01:00
radiojavan.py
rai.py
rbmaradio.py
rds.py
redtube.py [redtube] Fix test 2015-03-25 20:09:01 +06:00
restudy.py [restudy] Simplify and extract all formats 2014-12-14 03:41:00 +06:00
reverbnation.py
ringtv.py
ro220.py [util] Move compatibility functions out of util 2014-11-02 11:23:42 +01:00
rottentomatoes.py
roxwel.py
rtbf.py
rte.py
rtl2.py [rtl2] Remove MD5 checksums 2015-08-21 13:21:21 +08:00
rtlnl.py
rtp.py
rts.py
rtve.py
rtvnh.py
ruhd.py
rutube.py
rutv.py
ruutu.py
safari.py
sandia.py [sandia] Add new extractor (#4974) 2015-02-19 00:31:01 +01:00
sapo.py
savefrom.py [savefrom] Make test description more flexible 2014-07-23 01:38:07 +02:00
sbs.py
scivee.py PEP8 applied 2014-11-23 20:41:03 +01:00
screencast.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
screencastomatic.py
screenwavemedia.py
senateisvp.py [senate] Extend _VALID_URL (fixes #5836) 2015-05-29 12:44:31 +08:00
servingsys.py
sexu.py [sexu] Modernize (#4171) 2014-11-13 15:20:49 +01:00
sexykarma.py
shahid.py
shared.py
sharesix.py
sina.py [sina] Modernize and simplify 2015-02-01 15:16:35 +01:00
slideshare.py
slutload.py
smotri.py
snagfilms.py
snotr.py
sohu.py
soompi.py
soundcloud.py
soundgasm.py [soundgasm] PEP8 2015-02-23 16:51:21 +01:00
southpark.py
space.py
spankbang.py [spankbang] Improve and simplify 2015-04-06 21:24:17 +06:00
spankwire.py
spiegel.py
spiegeltv.py
spike.py
sport5.py
sportbox.py
sportdeutschland.py
srf.py
srmediathek.py fix srmediathek description 2015-01-29 01:36:15 +01:00
ssa.py
stanfordoc.py PEP8: applied even more rules 2014-11-23 21:39:15 +01:00
steam.py
streamcloud.py Remove unused imports 2014-12-15 08:24:50 +01:00
streamcz.py
streetvoice.py
sunporno.py
svt.py [extractor/generic] Add support for svt embeds (Closes #5622) 2015-05-09 00:23:35 +06:00
swrmediathek.py
syfy.py
sztvhu.py [sztv] Remove useless determine_ext call 2014-11-21 22:03:29 +01:00
tagesschau.py
tapely.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
tass.py [tass] Add extractor (Closes #4296) 2014-11-25 22:24:33 +06:00
teachertube.py
teachingchannel.py
teamcoco.py [teamcoco] Handle incomplete m3u8 URLs (fixes #5798) 2015-06-05 22:59:04 +08:00
techtalks.py
ted.py
telebruxelles.py
telecinco.py [telecinco] Relax _VALID_URL (Closes #6601) 2015-08-18 20:02:56 +06:00
telegraaf.py
telemb.py
teletask.py [teletask] Fix test definition 2015-02-01 15:25:33 +01:00
tenplay.py [tenplay] Fix formats and modernize (Closes #5806) 2015-05-24 23:58:09 +06:00
testtube.py
testurl.py [testurl] Fix case when only one IE matches 2014-02-25 10:43:34 +01:00
tf1.py
theonion.py
theplatform.py
thesixtyone.py
thisamericanlife.py
thisav.py
thvideo.py
tinypic.py
tlc.py
tmz.py
tnaflix.py
toutv.py [toutv] Modernize test definition 2015-02-01 15:01:33 +01:00
toypics.py
traileraddict.py PEP8: applied even more rules 2014-11-23 21:39:15 +01:00
trilulilu.py
trutube.py
tube8.py
tubitv.py
tudou.py
tumblr.py
tunein.py
turbo.py [turbo] Improve description extraction 2015-06-06 13:58:51 +03:00
tutv.py
tv2.py
tv4.py
tvc.py
tvigle.py
tvp.py [tvp] Fix extraction 2015-01-19 23:00:22 +06:00
tvplay.py
tweakers.py
twentyfourvideo.py [24video] Fix uploader extraction 2015-06-03 20:47:11 +06:00
twentytwotracks.py [22tracks] Improve and simplify 2015-03-25 22:26:02 +06:00
twitch.py
twitter.py
ubu.py [ubu] Fix test and modernize 2015-01-25 05:23:21 +01:00
udemy.py [udemy] Use raise_login_required 2015-08-26 21:27:07 +06:00
udn.py [udn] Add localized name 2015-07-11 00:52:19 +08:00
ultimedia.py
unistra.py [unistra] Modernize 2014-09-06 15:21:27 +07:00
urort.py
ustream.py
varzesh3.py [varzesh3] Simplify 2015-04-01 22:02:55 +06:00
vbox7.py [vbox7] Fix extraction (fixes #5967) 2015-06-15 18:49:27 +08:00
veehd.py
veoh.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
vessel.py
vesti.py
vevo.py
vgtv.py
vh1.py
vice.py
viddler.py
videodetective.py
videofyme.py
videolecturesnet.py
videomega.py
videopremium.py
videott.py
videoweed.py PEP8 applied 2014-11-23 20:41:03 +01:00
vidme.py
vidzi.py
vier.py [vier] Fix extraction 2015-05-18 21:43:54 +06:00
viewster.py
viki.py
vimeo.py
vimple.py
vine.py [vine] Relax alt_title (Closes #5677) 2015-05-12 01:54:56 +06:00
vk.py
vodlocker.py [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs 2015-07-14 22:36:30 +06:00
voicerepublic.py [voicerepublic] Fix fallback branch formats extraction 2015-05-10 18:37:52 +06:00
vporn.py
vrt.py
vube.py
vuclip.py [vuclip] Fix extraction 2015-05-18 21:39:15 +06:00
vulture.py
walla.py
washingtonpost.py [washingtonpost] Catch more UUIDs 2015-01-30 15:53:58 +01:00
wat.py
wayofthemaster.py
wdr.py [wdr] Download a live stream 2015-02-24 21:23:59 +02:00
webofstories.py [webofstories:playlist] Improve and add test 2015-07-11 04:43:29 +06:00
weibo.py
wimp.py [wimp] Fix youtube extraction (Closes #5690) 2015-05-18 21:29:41 +06:00
wistia.py
worldstarhiphop.py
wrzuta.py
wsj.py
xbef.py
xboxclips.py
xhamster.py
xminus.py
xnxx.py [xnxx] Use compat_urllib_parse_unquote 2015-07-17 23:49:38 +06:00
xstream.py
xtube.py
xuite.py
xvideos.py
xxxymovies.py
yahoo.py [yahoo] Add support for closed captions (closes #5714) 2015-05-19 00:50:24 +08:00
yam.py
yandexmusic.py
yesjapan.py
yinyuetai.py
ynet.py
youjizz.py [youjizz] Modernize (#4131) 2014-11-12 15:19:23 +01:00
youku.py [youku] Add localized name 2015-07-11 00:58:13 +08:00
youporn.py [YouPorn] Fix extractor 2015-04-30 00:50:48 +08:00
yourupload.py
youtube.py [youtube] Fix missing format details for 60fps DASH formats 2015-08-30 08:05:16 +06:00
zapiks.py
zdf.py
zingmp3.py