Changed URL patterns to find embedded videos in news articles
This commit is contained in:
parent
93158b8dd4
commit
9f9331752e
|
@ -19,9 +19,9 @@ local VideoParser = Parser:new()
|
|||
local LiveStreamParser = Parser:new()
|
||||
|
||||
local parsers = {
|
||||
VideoParser:new{urlPattern = 'hirado%.hu/videok/'},
|
||||
VideoParser:new{urlPattern = 'm4sport%.hu/videok/'},
|
||||
VideoParser:new{urlPattern = 'mediaklikk%.hu/video/'},
|
||||
VideoParser:new{urlPattern = 'hirado%.hu/'},
|
||||
VideoParser:new{urlPattern = 'm4sport%.hu/'},
|
||||
VideoParser:new{urlPattern = 'mediaklikk%.hu/'},
|
||||
LiveStreamParser:new{urlPattern = 'mediaklikk%.hu/m1%-elo'},
|
||||
LiveStreamParser:new{urlPattern = 'mediaklikk%.hu/m2%-elo'},
|
||||
LiveStreamParser:new{urlPattern = 'mediaklikk%.hu/m4%-elo'},
|
||||
|
|
Loading…
Reference in New Issue