The owner closed nyaa voluntarily so the domain was up for grabs. An interprising wanker got a hold of the domain in order to make some cash off the poor suckers that are not up to date on the situation by infecting them with malware.
Those that I listed are the ones not with multiupload and only decent ones anyway. Just one big button would suffice for all links. I don't believe that would that hard to code. The variables containing the links are passed to a template anyway, javascript for copy to clipboard is really trivial. Idk why you think this is such a big thing to ask. Edit: also srsly learn to count you only need 4 buttons right now. You couldn't put 30 hosts anyway because it would look horrendous on the page.
With Snaplinks you select the area of the page to be processed by user drawn mouse box and the links in that area are copied to clipboard. All that would be on the clipboard would be the links you had selected, so I don't understand the problem you describe.
In any case, I don't think the 'copy all links to clipboard' button you want wouldn't be of use to everyone, maybe only a few, maybe only you. And there's the problem of how/where to implement for all the sub-hosts on drop down menus.
So I think people should just work out their own personal solutions, as many of us have.
Actually only SF includes the final DDL in the landing page code, making it easy to use a bash script with standard tools. And of course our beloved direct links are perfect for script usage, including unpacking and other post processing (like adding a CRC, that was missing in the filename). But I'm also fine with the services (linke upera), that use some JS magic and a captcha to generate the final DDL, as long as the link works with standard tools like wget/aria2 in batch processing mode. Just a personal impression.
Admin, just to be clear I meant the button for folders of mostly entire series. For instance here https://animetosho.org/view/fuuka-01-12.1082207 . What I'm asking is 4 buttons like "Copy all OpenLoad", "Copy all Sendspace", "Copy all SolidFiles", "Copy all UsersCloud" that provide the links for all 12 episodes for each different host. Hope this makes sense and isn't too much trouble.
Pretty good idea but my manager scans http links even if they're not filehost links themselves so it would still grab everything on a file page. In the case of larger filenames it would be impossible to select ONLY openload for instance.
Yeah, they resolve all that and more. Not to advertise but I use this http://www.mipony.net/en/ and this http://www.totald.org/en/ . They're by the same entity and the first one tries to give you some bundleware but seems safe otherwise. They scan links from the clipboard, check availability, download, resume, prompt you for captcha etc. all that internally and support a lot of hosts. They're one of the reasons I haven't switched switched to linux yet, even though I belive they might be able to run in wine. I know also about jdownloader and plowshare cli (bash based) but these two are simply superior. Edit: forgot to mention but openload seemed to be broken atm but solidfiles is always full throttle.
I've actually wondered about this, but how friendly are hosts with download managers? Most links actually just direct you to a landing page, not the actual file, so your downloader would need to be able to resolve the link past this page. Does your download manager have such a feature, but not one to grab links off a page?
omg thank you so much 00sas i really wanted these! :D went straight with mega and im currently downloading it :D didnt even try again with upera to see if its working sorry hehe :p
hi, both servers give me this message: Hello your ip and this download link expired, Please try to download orginal link. http://public.upera.co/5H8Lvzrt i use a dynamic ip from my provider so i can change it to my will by just restarting the modem/router, its how i bypass all download ip limits when i encounter one and i got the same message :p
hi 00sas, i cant download these files from the public.upera.co, it always gives me an error, i sever saw that with whatever other host and i've been downloading things here for years, could you please upload these two in something else? :p
[EUR]_Blade_of_the_Phantom_Master_[6A227AF8] [M74] Time Slip Ichimannen Prime Rose (BD 720p) [29564378]
lol thx for bash. I could even make a python script that grabs the page url from clipboard, grabs the page, parses, pastes the links back into the clipboard. Map it with a hotkey and you're golden. But that's besides the point. Just some javascript magic should be enough and it would work for everyone using the site not just my custom shit. But again idk how many ppl use download managers and would benefit from this.
For SolidFiles on any UNIX like system: curl -s "https://animetosho.org/view/..." | fmt -100 | grep -io '"https://www.solidfiles.com.*">' | cut -d '"' -f2 Works also with any other host, just change the grep string. Should also be piece of cake on Win with powershell.
09/07/2017 09:37 — admin