-
Notifications
You must be signed in to change notification settings - Fork 11
Thanks for this #1
Comments
Welcome. Yup. I plan to add a JS alternative some time in the future. Speed will be sacrificed of course. I'm not sure how frequently ZS change their method, but I'll keep this updated. |
I'm only getting one of 6 urls working, the last one here, all links exist.
It would also be nice to output the real links to a file so I could use another downloader. I use aria2c and it maxes out my connection where others don't. As a matter of fact that's all the functionality I need really. |
Will look into. I was thinking about that. I'll add a switch to dump them instead of download. Maybe using the -o switch actually. Something like, |
Did you confirm only the last link above works? |
All are working here. What was the issue? |
Could you do a search in your browser on the HTML for this? Type in
|
Forgive me, but your app doesn't use my browser so I'm a little confused. You want me to type in the address bar ? |
Go to the first URL in your browser, then do a search with the F12 key. |
OK here it is -
|
It's still a full regex match. Not sure what's going on here. |
I downloaded the latest and it matches my current version exactly. |
Are you passing each URL with a single space in between? |
I'm using a txt file with one url per line like in the 3rd post above. I guess that's wrong then. I don't see a txt file example in the readme? |
One per line is fine. There is.
After line 90 (r = s.get(url)), could you put
This will print the HTML. Paste it into a text editor, and find the text again. #1 (comment) |
I get this error -
Update - I see I'm using spaces as tabs. I'll try to change it. |
OK, tabs restored and it runs. I was going to say everything scrolls off my cmd window, which most does and I couldn't find getElementById. Just for fun I deleted all links except the first one and it did start to download (part1), so it looks like only the last file in my links.txt file works. I left 2 links in the links.txt file and only the second one started to download. This is the only getElementbyID I could see in my cmd window -
All the previous html has scrolled off my screen. |
Ok, we're getting closer, it seems to be related to the end of line character. I just added a line feed character after the last link in links.txt and nothing would download. I'm on Windows I guess that's why this is happening. I'm searching stackoverflow for hints for universal Linux/Windows end of line regex?? |
Fixed :). 7574da8 |
Working great now, thanks! |
@Sorrow446 Thanks for the script! Do you plan on adding support for dlc containers? |
Please try it out. You can use it by providing the path to your DLC file. It can be used just like regular URLs with the |
@Sorrow446 Thanks! It works great. However there seems to be an issue if multiple DLCs are specified-
|
@PaulinoRBJ Do you have the latest ver? Forgot a period. f41dc08 |
@Sorrow446 Yes, I am using the latest post |
@PaulinoRBJ Damn. Could you send those links so I could reproduce? |
@Sorrow446 sure. I've attached 3 test DLCs I made and then tested with the same results I was getting before.
|
@PaulinoRBJ Fixed, sorry for the trouble. |
@Sorrow446 thanks again for this fix, DLCs are now working perfectly. Wasn't any trouble and I love that I was able to help in some way. 😄 |
@Sorrow446 the pattern is change again, please fix |
Fixed. Pushed to binary and source. |
zippy updates the pattern again :( |
Yes change the pattern again |
Fixed. Binary & source.
Right click -> view page source. Do a search for "document.getElementById('dlbutton')". |
Yes, much appreciated, but will this need updating over and over when Zippy changes, like the repo that motivated you to do this?
The text was updated successfully, but these errors were encountered: