edwardsdean / KissDownloader-no-longer-working

Downloads shows from the Kiss Network
31 stars 12 forks source link

REQUEST #77

Open pctechkid opened 7 years ago

pctechkid commented 7 years ago

Hi, good day sir! I just have one simple request. Could you add a feature where after the queue, the script exports a text file with all the grabbed links so I can copy them and download those videos using IDM instead of the native cmd.

AlexSilverSword commented 7 years ago

Hi @pctechkid I agree with you on this request because IDM download at the speed of lighting.

I really think we should discussed this with @edwardsdean and @OneVoltTen on the Discord https://discord.gg/W7uVTd7 chat room, if you did not done so already?

pctechkid commented 7 years ago

I did discuss this matter with them already, and I'm waiting for further updates but still no news up to date.

OneVoltTen commented 7 years ago

We're both busy atm, otherwise when we have time this may be implemented - tbd. A reasonable issue regarding this is that the 'beta server' doesn't allow external download managers while our script does; many of the links in the future will likely be on the beta server.

Imo you should just set your download_threads = 8 (default 4) if your download speed isn't reaching your download limit.

Settings file location

Windows: C:\Users\OneVoltTen\AppData\Roaming\kissdownloader\kissdownloader.ini Linux: /home/.config/kissdownloader/kissdownloader.ini

AlexSilverSword commented 7 years ago

@OneVoltTen I understand completely that you guys are busy lately, therefore no rush on this matter of export links IDM option. Thank you for your help with suggestion to increasing the number of threads, but found the download_threads variable in the utils.py file with the newest version of edwardsdean's KissDownloader.

Thank you for your time and help. Increase threads did kind of work

siddht4 commented 7 years ago

i think guys this should be easy simply dumping out the processed url as a json. Just adding _json=json.dumps(nestlist) in line -Removed by Dev-

I am just not sure wheter nestlist or episode_list should be used,to append the json file or text file with necessary file stream

edwardsdean commented 7 years ago

@siddht4 for multiple reasons I've decided not to implement this as most of the video hosts require special ways to download the files, and I don't want this tool to be used against kiss. I left this request open so people wouldn't keep asking for it

siddht4 commented 7 years ago

@edwardsdean okay I get it but for my own personal usage i have modified the script as i posted earlier and have implemented cookies and user agent to do the rest.