Skip to content

Commit

Permalink
SVTPlay update
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkHunter committed Oct 8, 2014
1 parent 41dc064 commit 0c448b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions channels/svt.ch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.92
version=0.93

scriptdef svtFilter{
url=s_url
Expand Down Expand Up @@ -145,15 +145,15 @@ channel SVTPlay {
type=ATZ
url=http://www.svtplay.se/program
folder {
matcher=<a href=\"([^\"]+)\" class=\"play_alphabetic-link[^\"]*\">([^<]+)</a>
matcher=<a href=\"([^\"]+)\" class=\".*?play_alphabetic-link[^\"]*\">([^<]+)</a>
order=url,name
url=http://www.svtplay.se/
prop=matcher_dotall,monitor
action_name=resolved
folder {
url=http://www.svtplay.se/
matcher=<a title=\"[^\"]+\" href="(/video/[^\"]+)" class=\"[^\"]+\" .*?<img class=\"[^\"]*\".*?imagename=\"([^\"]+)\".*?<span class=\"play-link-sub\">([^<]+)</span>
order=url,thumb,name
matcher=<a title=\"[^\"]+\" href=\"(/video/[^\"]+)\" class=\"[^\"]+\" .*?<img class=\"[^\"]*\" alt=\"([^\"]+)\" src=\"([^\"]+)\">
order=url,name,thumb
action_name=crawl
prop=matcher_dotall,monitor,crawl_mode=FLA+HML
folder {
Expand Down

0 comments on commit 0c448b2

Please sign in to comment.