#1
|
|||
|
|||
![]()
Hi there, would it be possible to add manyvids site to the account manager as I have an account there and would like to download the streaming videos.
Thank you very much if you could add this option for this popular site. |
#2
|
||||
|
||||
![]()
We can check possible support but we need username/password. Send them to support@jdownloader.org
__________________
JD-Dev & Server-Admin |
#3
|
|||
|
|||
![]()
Hi Jiaz, Do you need my username and password for my manyvids account? because that is private. I'd like to get manyvids support but I'm not sure about giving out my account details.
|
#4
|
|||
|
|||
![]()
I'd donate towards JDownloader2 if support could be added. thank you.
|
#5
|
||||
|
||||
![]()
We need a login to check/work on a plugin. without an account that has access to some videos/accounts, we cannot check possible support and check how/if a plugin can be made
__________________
JD-Dev & Server-Admin |
#6
|
|||
|
|||
![]()
I was going to create a thread on this subject. Why do you need account credentials for a free account?
Would it be too difficult to maintain this plugin from a technical point of view, or bring in too much heat? I understand messing with PH and MV are two different things all together. MV take pride in being active against piracy and even bad mouthing piracy collaborators such as PH. I would like to test the results for a free stream (free to download) captured by JD and the legit downloaded file. |
#7
|
||||
|
||||
![]()
@Beer
The OP never mentioned free or premium, either way accounts are either provided to us by the owner/operators or there user base/customers. We typically do not make accounts or purchase them. Provided accounts is used for plugin development purposes. raztoki
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#8
|
|||
|
|||
![]()
Oh okay, then you can have mine. I rarely ever use it anymore. Used to go for the weekly Freebie Tuesday and the Fetish Friday where they offer premium clips for free, but i don't anymore... They also have a free clips section, aside from the free ones from the MV Tube.
Just give it a look over when you can. I mean, it would be a pretty big feat if we got to snatch their streams :D Just redact the sensitive data. I would rather send the information through the board. E-Mails get intercepted on non-encrypted channels, lol. Ah no, now that i remember, i can't because ManyVids has a security feature which will only enable you to login from your last allowed region (region yes, not even the whole country). So let's say i accessed it from Vienna, you would only be able to access it from there. Only way to change it would be to contact support, or use a VPN to that effect if i told you which city i access from. You can't disable this feature. Sucks, huh? Just create your own, won't take you more than 5 minutes. |
#9
|
||||
|
||||
![]()
@Beer
typically we ask users to email it in to support ticket system. it also has front end also which you can login so it wont be sent over email as such https://support.jdownloader.org , you can change the password to something non sensical for this task and change it back when development has been completed. In respects to region locking, guess tell us the region you're in and we can utilise vpn also. raztoki
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#10
|
|||
|
|||
![]()
It's working for paid MV Tube clips, why didn't you said so? :D Thanks.
|
#11
|
||||
|
||||
![]()
So I can set this thread to [Solved]?
![]() -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#12
|
|||
|
|||
![]()
No, not really. I mean, it's working... Downloading regular and paid videos from MV Tube, but it's far from being a pretty sight. You have to isolate the video element, and i have to restart JD2 (end process in task manager if necessary), every time i wanna add a new link. Otherwise it will just search for the 2nd one until infinity and find nothing. The speeds are great though. Could be that my JD2 is so clunky because of the number of links i have on my LinkGrabber.
|
#13
|
||||
|
||||
![]()
Well as far as I can tell we do not even have a plugin for this website which is why you have to do everything manually.
If you are interested in a plugin, we need: - Your account logindata - Example URLs -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#14
|
|||
|
|||
![]()
Hi.
I can supply account for testing. Would be really great to have Manyvids support to download videos - as Manyvids is now you have to click a download button and then another button for the download to begin - that is a lot of clicking and tab switching. I will email support with the needed info and refer to this thread. |
#15
|
||||
|
||||
![]()
__________________
JD-Dev & Server-Admin |
#16
|
||||
|
||||
![]()
What website is this even about?
Manyvids.com? @LongDongGold You can download video streams of nearly any website using this method. -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#17
|
||||
|
||||
![]()
@pspzocker: yes
__________________
JD-Dev & Server-Admin |
#18
|
|||
|
|||
![]()
HI
sorry. I had to get some vids into account to send you logins. I have sent email now - please let me know if you understand & if you need more info. |
#19
|
||||
|
||||
![]()
Hi again,
Thanks but still the chances of a plugin for this website any time in the near future are low. Please stick to the method I've linked in my last post. -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#20
|
||||
|
||||
![]()
I've made a "proof of concept" LinkCrawler Rule.
You need to get your "PHPSSID" browser cookie (make sure you're logged in) and put that into the rule: Code:
[ { "enabled" : true, "cookies" : [ [ "PHPSESSID", "Put Your ID Here" ] ], "updateCookies" : true, "logging" : false, "maxDecryptDepth" : 1, "name" : "manyvids.com example rule", "pattern" : "https?://(?:www\\.)?manyvids\\.com/Video/\\d+/[^/]+/", "rule" : "DEEPDECRYPT", "packageNamePattern" : "name=\"twitter:title\" content=\"([^\"]+)\"", "deepPattern" : "data-video-filepath=\"(https?://[^\"]+)" } ] pastebin.com/wX99CwNs Now all you'd have to do to get a nice filename is to use the packagename as filename. -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
![]() |
Thread Tools | |
Display Modes | |
|
|