catsital / pyccoma

Scrape and download from Piccoma/ピッコマ (France/Japan).
Apache License 2.0
20 stars 2 forks source link

It says 'restricted content, coins required for access.' even though it's 0 YEN chapter. #1

Closed SparklerMan closed 2 years ago

SparklerMan commented 2 years ago

As put in the instructions, I installed the package and then proceeded to to execute the following. (in the python shell)

from pyccoma import Scraper pyc = Scraper() pyc.login(my email, password) pyc.fetch('https://piccoma.com/web/viewer/75078/1979424')

And then got this: Restricted content, coins required for access.

catsital commented 2 years ago

May I know what version is installed on your system? I think this is caused by the same parsing error encountered on <0.2.2. Please try to update to >0.3.0 for the fix and let me know if the issue still occurs. Thank you!

SparklerMan commented 2 years ago

It is on version <0.3.0>, and I've actually found out the issue, as you know when not in japan (piccoma) doesn't work, and currently I am not in japan, and so because of that it seemed that it couldn't download it from my local internet connection, however it had thought it was due to the fact that I didn't have coins. Now that I used a VPN to direct to a japan IP, it works. Thank you for your time.