|
|
@ -32,7 +32,7 @@ class AfreecaTVIE(InfoExtractor):
|
|
|
|
/app/(?:index|read_ucc_bbs)\.cgi|
|
|
|
|
/app/(?:index|read_ucc_bbs)\.cgi|
|
|
|
|
/player/[Pp]layer\.(?:swf|html)
|
|
|
|
/player/[Pp]layer\.(?:swf|html)
|
|
|
|
)\?.*?\bnTitleNo=|
|
|
|
|
)\?.*?\bnTitleNo=|
|
|
|
|
vod\.afreecatv\.com/PLAYER/STATION/
|
|
|
|
vod\.afreecatv\.com/(PLAYER/STATION|player)/
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(?P<id>\d+)
|
|
|
|
(?P<id>\d+)
|
|
|
|
'''
|
|
|
|
'''
|
|
|
@ -170,6 +170,9 @@ class AfreecaTVIE(InfoExtractor):
|
|
|
|
}, {
|
|
|
|
}, {
|
|
|
|
'url': 'http://vod.afreecatv.com/PLAYER/STATION/15055030',
|
|
|
|
'url': 'http://vod.afreecatv.com/PLAYER/STATION/15055030',
|
|
|
|
'only_matching': True,
|
|
|
|
'only_matching': True,
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
|
|
'url': 'http://vod.afreecatv.com/player/15055030',
|
|
|
|
|
|
|
|
'only_matching': True,
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
|
|
|
|
|
|
|
|
@staticmethod
|
|
|
|
@staticmethod
|
|
|
|