leesanghyun2 / mp-onlinevideos2

Automatically exported from code.google.com/p/mp-onlinevideos2
0 stars 0 forks source link

wwitv not showing all subcategory channels #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select category
2. Select subcategory
3. List videos

What is the expected output? What do you see instead?
All videos on subcategory showed

What version of MediaPortal are you using? On what operating system?
1.2.0 beta
Windows 7 SP1 x64

What skin?
StreamedMP

Please provide any additional information below.
VideoListRegex (only show some channels):

<a\sclass="travel"\shref="(?<VideoUrl>[^"]+)">(?<Title>[^<]+)</a>\s*</td><td[^>]
*><img\ssrc="../img/[^\.]+\.gif"\swidth="50"\sheight="24"></td>\s*<td[^>]*>(?:<c
enter>)?\s*<a\s*class="[sqm]*"[^>]*>(?<Duration>[^<]+)</a>\s*</td><td[^>]*><font
[^>]*>(?<Description>[^>]*)</td></tr>

VideoListRegex (solution?)
<a\sclass="travel"\shref="(?<VideoUrl>[^"]+)">(?<Title>[^<]+)</a>\s*</td><td[^>]
*><img\ssrc="../img/[^\.]+\.gif"\swidth="50"\sheight="24"></td>\s*<td[^>]*>(?:<c
enter>)?\s*<a\s*class="*"[^>]*>(?<Duration>[^<]+)</a>\s*</td><td[^>]*><font[^>]*
>(?<Description>[^>]*)</td></tr>

Original issue reported on code.google.com by jordi...@gmail.com on 29 Jun 2011 at 8:26

GoogleCodeExporter commented 8 years ago
Some links on the wwitv site link to other webpages instead of the direct 
stream url. Those channels cannot be played with OnlineVideos. Therefore the 
regex I created filters for channels with direct stream links.

Original comment by bborgsd...@gmail.com on 9 Jan 2012 at 4:35