Novamov hoster plugin help
Home › Forums › Third Party Enhancements › VLC Shares › Novamov hoster plugin help
- This topic is empty.
-
AuthorPosts
-
January 22, 2012 at 6:51 pm #23900lokiMidgardParticipant
Hi Ximarx, I am trying to make a hoster plugin to watch Novamov videos on gogocimema. It appears that Movshare and Novamov have similar formats, so I took the Movshare plugin and replaced novamov and novamov.com whenever I found a movshare or movshare.net link. I was able to install the plugin with no error and Novamov links show up in gogocinema in WiiMC. I was quite surprised that it made it that far. Of course, when I click on a Novamov link it is listed as invalid (links were tested good on my PC). Could you shine some light as to what parameters are missing in order for it to work?
If I can get Novamov to work, I will start attempting more hosters in the future and hopefully a plugin or two. I definitely think Icefilms is too difficult for me to figure out.
Edit: Sorry, I forgot to add the plugin link
https://rapidshare.com/files/2369608220/plugin_novamov_0.1.zipJanuary 22, 2012 at 7:10 pm #29857zany130ParticipantUsually there are 2 types of hosters:
1) the first put the stream url (or the file url) directly inside the html code of the page, usually inside some code of param for the flash player (usually flashvars or something like this). for this kind of plugin you have to just find the url inside the page ad use it as location inside the hoster
2) the second uses a way to automatically resolve stream url from video id + other params available inside the page + some kind of strange magic (videobb, videozer, megavideo, etc etc). For them, the faster way to do the job is download JDownloader hosters source code and port them in php using vlc-shares’s api. the long way is to read a lot of html/js/action-script code and try to find a way to decode the link, then port it in php using vlc-shares’s apioften (…always) this is not a copy/paste/rename job. A good start is always read fist page source code and jdownloader’s hoster sources. Then you can find your way.
January 24, 2012 at 12:46 pm #29858lokiMidgardParticipantI have not yet had much luck working on this hoster plugin. I do however have a link for URL resolver files that originally made for Python/XBMC. Someone else has already done the work to find all the necessary info to get links to many popular filesharing sites (putlocker,novamov, and many more). If anyone knows how to use the data to make php hoster plugins here is the link:
https://github.com/Eldorados/eldorado-xbmc-addons/tree/master/script.module.urlresolver/lib/urlresolver/pluginsOne more thing..I did use put a Novamov link in my online folder to make ure it would play (watch irectly) on WiiMC and it worked fine. Here is the direct link format below:
http://n1.novamov.com/dl/553829c67a50cf5f0ab5ba01c24c7826/4f1da43d/top7ihw51re00.flvJanuary 25, 2012 at 11:12 pm #29859lokiMidgardParticipantXimarx, can you tell me where to get the jdownloader hoster sources? I have jdownloader and I have tried looking over their website but, no luck finding the hoster information.
January 26, 2012 at 12:24 am #29860lokiMidgardParticipantFrom everything I have discovered so far…After inspecting the page sources it appears Novamov is setup almost identically to movshare except:
Movshare requires “human interaction” button before getting stream url
Novamov requires pressing play button in flash before getting stream url
Novamov uses flv whereas movshare uses avi or flvstill working to figure out Novamov
January 26, 2012 at 8:10 am #29861zany130Participant@woompa wrote:
Ximarx, can you tell me where to get the jdownloader hoster sources? I have jdownloader and I have tried looking over their website but, no luck finding the hoster information.
JDownloader source code must be downloaded from svn.
Anyway, i’ll attach here the source code of novamov only, so you can give a look at it
-
AuthorPosts
- The forum ‘VLC Shares’ is closed to new topics and replies.