Re: [TAI & TAJ] ALL TAI OR TAJ USERS PLEASE READ (TUMBLR)
Posted: Fri Apr 19, 2019 11:21 pm
So how do we add these pages to the program?
QYbixx
QYbixx
... for the explorer at heart!
https://milovana.com/forum/
It isnt currently supported. The reason is the new system uses the library ripme and this library does not have bdsmlr because it is fairly new. If anyone wants, they can follow the directions on the ripme github on how to add a new site and then I can add it to TAJ and it would support all bdsmlr.forbiddendesire wrote: Sat Jun 01, 2019 7:38 pm Can I add bdsmlr.com URL's to TAI Java? It doesn't seem to be working and I see it's not in the list that ski23 provided, so I'm just making sure. I'm surprised since this is the biggest alternative to tumblr
Thanks! Also, is it possible to download images from url files which aren't tumblr? I have a few url files from xhamster and imagefap and I was wondering if I could download them the way is written on the first pageski23 wrote: Sat Jun 01, 2019 7:57 pm It isnt currently supported. The reason is the new system uses the library ripme and this library does not have bdsmlr because it is fairly new. If anyone wants, they can follow the directions on the ripme github on how to add a new site and then I can add it to TAJ and it would support all bdsmlr.
I just tested it and it can work however as that system was built for tumblr, you will need to modify a little. Go to the url file you want to download and, add to the end of it ".com.txt" if it doesn't already have it. Then you can use downloadurl with it as long as you use a word that is LOWERCASE. I can make this easier in the future but it should work for you for now.forbiddendesire wrote: Sat Jun 01, 2019 8:14 pmThanks! Also, is it possible to download images from url files which aren't tumblr? I have a few url files from xhamster and imagefap and I was wondering if I could download them the way is written on the first pageski23 wrote: Sat Jun 01, 2019 7:57 pm It isnt currently supported. The reason is the new system uses the library ripme and this library does not have bdsmlr because it is fairly new. If anyone wants, they can follow the directions on the ripme github on how to add a new site and then I can add it to TAJ and it would support all bdsmlr.
I tested it after I posted that and it didn't seem to be working, however adding ".com" and typing downloadallurls worked perfectly. Thanks so much! And thank you for all the hard work you put in, I took a look at the ripme source code and it's definitely not easy to work through! I'm sure you put in a lot of time and I just want to say you're amazingski23 wrote: Mon Jun 03, 2019 3:16 am
I just tested it and it can work however as that system was built for tumblr, you will need to modify a little. Go to the url file you want to download and, add to the end of it ".com.txt" if it doesn't already have it. Then you can use downloadurl with it as long as you use a word that is LOWERCASE. I can make this easier in the future but it should work for you for now.
Example:
Pornhub_Need-more-cock.txt -> Pornhub_Need-more-cock.com.txt
and then to download it
downloadurl Pornhub or downloadurl pornhub would fail because the first word is uppercase. However, downloadurl more or downloadurl more-cock would work fine and download it.
Great I'm glad you got it working! Yea ripme took quite a bit to integrate well but I think it's a nice alternative to just tumblr and I figured it was worth it.forbiddendesire wrote: Mon Jun 03, 2019 3:41 pmI tested it after I posted that and it didn't seem to be working, however adding ".com" and typing downloadallurls worked perfectly. Thanks so much! And thank you for all the hard work you put in, I took a look at the ripme source code and it's definitely not easy to work through! I'm sure you put in a lot of time and I just want to say you're amazingski23 wrote: Mon Jun 03, 2019 3:16 am
I just tested it and it can work however as that system was built for tumblr, you will need to modify a little. Go to the url file you want to download and, add to the end of it ".com.txt" if it doesn't already have it. Then you can use downloadurl with it as long as you use a word that is LOWERCASE. I can make this easier in the future but it should work for you for now.
Example:
Pornhub_Need-more-cock.txt -> Pornhub_Need-more-cock.com.txt
and then to download it
downloadurl Pornhub or downloadurl pornhub would fail because the first word is uppercase. However, downloadurl more or downloadurl more-cock would work fine and download it.
Code: Select all
javascript:function%20fwbr(str){return%20str.replace(/([&\?\*=])/g,"$1<wbr>");};loc=fwbr(location.href);x=document.getElementsByTagName("IMG");y=window.open();y.document.write("<html><head><title>Tumblr images</title><style>body{font-family:monospace}</style></head>\n<body>\n");for(n=0;n<x.length;n++){if(x[n].src.includes("/uploads/photos")){y.document.write(x[n].src.replace(/cdn-cgi%5C/image%5C/width=[0-9]+,quality=[0-9]+%5C//,"")+"<br>")}}%20y.document.write("</body></html>");y.document.close();void%200;