- November 5, 2012
- 13
- 7
- Home Country
-
Denmark
Hi there,
Just want to report that Movie25 site in Online Videos is broken again.
It seems that the site content has changed, because no movie will play - when trying to play full movie, I don't get a list of hosters, but an error message about an invalid URL.
I tried changing the regexp strings to something I believe is right:
Also the site "www.movie25.ag" redirects to "movie25.cr" so I also changed the baseURL settings also:
So - with these settings, I can get categories, movie lists, thumbnails, and playback URLs (hosters), but alas, there is still something wrong, and I get "Invalid URI" in the logs when trying to play one of the hosters. I don't know how to fix this - perhaps this is something that needs fixing in the .dll ? Maybe a task for @Quarter ?
Debug log (trying to play two different movies):
Just want to report that Movie25 site in Online Videos is broken again.
It seems that the site content has changed, because no movie will play - when trying to play full movie, I don't get a list of hosters, but an error message about an invalid URL.
I tried changing the regexp strings to something I believe is right:
Also the site "www.movie25.ag" redirects to "movie25.cr" so I also changed the baseURL settings also:
Code:
* new category regexp (now getting all categories)
(?<=<div\sid="navigation">.*)<li><a\shref="(?<url>[^"]*)"[^>]*>(?<title>[^<]*)</a></li>(?<!Alphabet.*)
* new videolist regexp (title/url/image has swapped around - fixed)
<div\sclass="movie_pic"><a\shref="(?<VideoUrl>[^"]*)"(?:(?!title).)*title="(?<Title>[^"]*)">\s*<img\ssrc="(?<ImageUrl>[^"]*)"
* new nextpage regexp (fixed a small typo in single/double quote)
<a\shref='(?<url>[^']*)'>Next</a>|<a\shref="(?<url>[^"]*)">Next</a>
* new fileURL regexp (stripped excessive matching)
<li\sid="link_name">\s*(?<n0>[^<]*)\s*</li>\s*<li\sid="playing_button"><a\shref="(?<m0>[^"]*)"
* changed base url strings due to www.movie25.ag redirecting to movie25.cr
fileUrlFormatString = http://movie25.cr/{0}
baseUrl = http://movie25.cr
So - with these settings, I can get categories, movie lists, thumbnails, and playback URLs (hosters), but alas, there is still something wrong, and I get "Invalid URI" in the logs when trying to play one of the hosters. I don't know how to fix this - perhaps this is something that needs fixing in the .dll ? Maybe a task for @Quarter ?
Debug log (trying to play two different movies):
Code:
[06-18 00:44:41,132] [OVInit ] [INFO ] Using language 'da'
[06-18 00:44:41,460] [OVInit ] [DEBUG] Translating skin
[06-18 00:44:41,694] [OVInit ] [INFO ] Thumbnails will be stored in C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\OnlineVideos\ with a maximum age of 100 days.
[06-18 00:44:43,223] [OVInit ] [INFO ] Loaded 3 sites from OnlineVideoSites.xml
[06-18 00:44:45,610] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos (Version: 2.0.0.3592, Compiled: 2015-03-26 18:39:36)
[06-18 00:44:48,293] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.apondman (Version: 2.0.5563.33589, Compiled: 2015-03-26 18:39:39)
[06-18 00:44:48,308] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.brownard (Version: 1.0.0.0, Compiled: 2015-03-26 18:39:40)
[06-18 00:44:48,308] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.corporategadfly (Version: 1.1.0.3592, Compiled: 2015-03-26 18:39:42)
[06-18 00:44:48,308] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.DavidCalder (Version: 1.0.0.3555, Compiled: 2015-05-29 12:37:35)
[06-18 00:44:48,324] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.diebagger (Version: 1.0.0.0, Compiled: 2015-03-26 18:39:40)
[06-18 00:44:48,402] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.Dj_Moren (Version: 1.0.0.1, Compiled: 2015-03-26 18:39:41)
[06-18 00:44:48,402] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.doskabouter (Version: 1.0.0.3672, Compiled: 2015-05-22 23:21:47)
[06-18 00:44:48,449] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.hioctane (Version: 1.0.0.0, Compiled: 2015-04-09 01:08:44)
[06-18 00:44:48,449] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.JSurf (Version: 1.0.0.3480, Compiled: 2015-04-21 17:54:02)
[06-18 00:44:48,449] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.ksya (Version: 3.2.0.0, Compiled: 2015-03-26 18:39:43)
[06-18 00:44:48,449] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.ministerk (Version: 2.0.0.3644, Compiled: 2015-04-14 22:18:25)
[06-18 00:44:48,464] [OVInit ] [WARN ] Duplicate Hoster 'videomega'. Using the one from 'doskabouter', because DLL has newer compile time than 'ministerk'.
[06-18 00:44:48,464] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.MrP (Version: 1.0.0.3648, Compiled: 2015-04-23 16:11:11)
[06-18 00:44:48,464] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.offbyone (Version: 1.0.0.3684, Compiled: 2015-06-16 14:57:38)
[06-18 00:44:48,932] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.pilehave (Version: 1.0.0.0, Compiled: 2015-03-26 18:39:39)
[06-18 00:44:48,932] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.rick164 (Version: 1.0.0.0, Compiled: 2015-03-26 18:39:41)
[06-18 00:44:48,932] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.SilentException (Version: 1.0.0.0, Compiled: 2015-03-26 18:39:39)
[06-18 00:44:48,932] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.SK_CZ (Version: 1.7.0.3592, Compiled: 2015-03-26 18:39:41)
[06-18 00:44:48,932] [OVInit ] [INFO ] Looking for SiteUtils and Hosters in OnlineVideos.Sites.titof (Version: 1.0.0.0, Compiled: 2015-03-26 18:39:40)
[06-18 00:44:48,932] [OVInit ] [INFO ] Found 178 SiteUtils and 73 Hosters in 19 assemblies
[06-18 00:44:48,979] [OVInit ] [DEBUG] Create subtitlehandler for 'Subscene', languages ''
[06-18 00:44:49,369] [OVInit ] [DEBUG] Subtitlehandler SubtitleDownloader.Implementations.Subscene.SubsceneDownloader successfully created
[06-18 00:44:49,416] [OVInit ] [INFO ] Created 4 SiteUtils
[06-18 00:44:49,650] [OVLatest ] [INFO ] LatestVideosManager getting new data from SiteUtils.
[06-18 00:44:49,650] [OVLatest ] [INFO ] LatestVideosManager found 0 videos from 0 SiteUtils.
[06-18 01:04:29,424] [OVLoad ] [INFO ] Checking 359 thumbnails for age.
[06-18 01:04:29,424] [OVLoad ] [INFO ] Deleted 0 thumbnails.
[06-18 01:04:29,954] [MPMain ] [INFO ] DoPageLoad with CurrentState 'groups', PreviousWindowId '0'
[06-18 01:04:32,866] [OnlineVideos] [INFO ] Looking for dynamic categories for site 'Movie25'
[06-18 01:04:32,984] [OnlineVideos] [DEBUG] GetWebData-GET: 'http://movie25.cr'
[06-18 01:04:39,934] [OnlineVideos] [INFO ] Found 31 dynamic categories for site 'Movie25'
[06-18 01:04:57,655] [OnlineVideos] [DEBUG] GetWebData-GET: 'http://movie25.cr/action/'
[06-18 01:04:58,348] [OVThumbs3 ] [INFO ] Invalid Image: 'http://images.movie25.cr/thumbs/scienceless-fiction-2014-58148.jpg' The remote server returned an error: (404) Not Found.
[06-18 01:04:58,364] [OVThumbs4 ] [INFO ] Invalid Image: 'http://images.movie25.cr/thumbs/predator-dark-ages-2015-58095.jpg' The remote server returned an error: (404) Not Found.
[06-18 01:04:58,458] [OVThumbs3 ] [INFO ] Invalid Image: 'http://images.movie25.cr/thumbs/kung-fury-2015-58110.jpg' The remote server returned an error: (404) Not Found.
[06-18 01:04:58,489] [OVThumbs4 ] [INFO ] Invalid Image: 'http://images.movie25.cr/thumbs/cannon-fodder-2014-58038.jpg' The remote server returned an error: (404) Not Found.
[06-18 01:04:58,614] [OVThumbs4 ] [INFO ] Invalid Image: 'http://images.movie25.cr/thumbs/the-last-rescue-2015-58039.jpg' The remote server returned an error: (404) Not Found.
[06-18 01:05:11,568] [OnlineVideos] [DEBUG] GetWebData-GET: 'http://movie25.cr/vendetta-2015-58563.html'
[06-18 01:05:12,271] [7 ] [DEBUG] Subtitles found:0
[06-18 01:05:24,313] [OnlineVideos] [DEBUG] GetWebData-GET: 'http://movie25.cr/watch-vendetta-2015-58563-1852084.html'
[06-18 01:05:24,672] [OnlineVideos] [WARN ] System.UriFormatException: Invalid URI: The format of the URI could not be determined.
Server stack trace:
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at OnlineVideos.Sites.GenericSiteUtil.GetVideoUrl(String url)
at OnlineVideos.Sites.DavidCalder.Movie25Util.DeferredResolveDetailVideoInfo.GetPlaybackOptionUrl(String url)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at OnlineVideos.VideoInfo.GetPlaybackOptionUrl(String option)
at OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass69.<Play_Step3>b__65()
at OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2()
[06-18 01:06:51,486] [OVThumbs3 ] [INFO ] Invalid Image: 'http://images.movie25.cr/thumbs/scienceless-fiction-2014-58148.jpg' The remote server returned an error: (404) Not Found.
[06-18 01:06:59,283] [OnlineVideos] [DEBUG] GetWebData-GET: 'http://movie25.cr/latest-hd-movies/'
[06-18 01:07:04,638] [OnlineVideos] [WARN ] System.NullReferenceException: Object reference not set to an instance of an object.
Server stack trace:
at OnlineVideos.Sites.DavidCalder.Movie25Util.GetVideoChoices(VideoInfo video)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at OnlineVideos.Sites.IChoice.GetVideoChoices(VideoInfo video)
at OnlineVideos.MediaPortal1.GUIOnlineVideos.<DisplayDetails>b__2d()
at OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2()
[06-18 01:07:11,905] [OnlineVideos] [DEBUG] GetWebData-GET: 'http://movie25.cr/chappie-2015-55842.html'
[06-18 01:07:12,499] [41 ] [DEBUG] Subtitles found:0
[06-18 01:07:15,086] [OnlineVideos] [DEBUG] GetWebData-GET: 'http://movie25.cr/watch-chappie-2015-55842-1823658.html'
[06-18 01:07:15,211] [OnlineVideos] [WARN ] System.UriFormatException: Invalid URI: The format of the URI could not be determined.
Server stack trace:
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at OnlineVideos.Sites.GenericSiteUtil.GetVideoUrl(String url)
at OnlineVideos.Sites.DavidCalder.Movie25Util.DeferredResolveDetailVideoInfo.GetPlaybackOptionUrl(String url)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at OnlineVideos.VideoInfo.GetPlaybackOptionUrl(String option)
at OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass69.<Play_Step3>b__65()
at OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2()