Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

trusty, you have a mistake in your Command

Yours:

C:\Users\wafed\Desktop\jav-it> jav-it download -c:\Jav\r18.com_cookies.txt -o C:\Users\wafed\Desktop\Jav -i 13dsvr00274

 if you move the cookies txt to the same folder as jav-it, would look like this because you already have the folder selected:

C:\Users\wafed\Desktop\jav-it> jav-it download -c r18.com_cookies.txt -o C:\Users\wafed\Desktop\Jav -i 13dsvr00274

if you have the txt in a different folder, you need  -c followed by the full file path, for example Jav folder on your desktop:

C:\Users\wafed\Desktop\jav-it> jav-it download -c C:\Users\wafed\Desktop\Jav\ r18.com_cookies.txt -o C:\Users\wafed\Desktop\Jav -i 13dsvr00274

(1 edit)

@droogyy: Yep, you got it right! The cookie file cannot be read because your not specifying the correct location where it can be found.

@trustycakes: Just follow what Droogyy said and you should be fine. (^_^);

Deleted post
(3 edits)

Hi again,

What plugin are you using to get the cookies file with? I recommend using Chrome, but if your using Firefox, try using this plugin:

"Export Cookies"
https://addons.mozilla.org/en-CA/firefox/addon/export-cookies-txt/

Select "All Domains" as your export option and give it a try. It works for me! I also tried "Cookies.txt" but it does not export the information correctly! (>_<); The the cookies exporter you used might not be working correctly.

Deleted post

Give this one a try on Chrome:

https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfl...

I know for sure it works as many people are using it. If it doesn't work for you, then there is something else going on on your end. Maybe some kind of ad or tracking blocker? Not sure!

@ trustycakes and everyone else, the "Export cookies.txt" addon on Firefox works well but you  have to rename the given cookie file "r18.com-cookies.txt" as "r18.com_cookies.txt" (otherwise the program will not recognize it)

@carbonaro89: Thanks for the feedback. Do you think this might be a Windows specific issue? I'm trying to imagine why a particular filename would not work, unless people are forgetting to update their command line. I'll have to give this a try on Windows and see! (^_^);

Deleted post