rachmadani haryono

Results 116 comments of rachmadani haryono

thank you

can you visit the url with your browser?

few hours ago url just fine but now it redirect me to `yts.mx` and error

hi @edeis53 , can you check if #13 work for you?

http://yts.ag/api/v2/list_movies.json?quality=720p&genre=all can you access that url? currently i have made some temporary fix for that on dev branch that will skip the error on yts parser you can install it...

can you try dev branch @pacharanero ? i put a new commit that will print the content if UnicodeDecodeError happen. it is also different from op post where the error...

can you try run? ```python >>> from urllib.request import Request, urlopen ... import certifi ... from we_get.core.utils import random_user_agent ... USER_AGENT = random_user_agent() ... url = 'https://thepiratebay.org/search/ubuntu/0/99/0' ... resp =...

the program didn't show both of them, but when you want you can change following function to match your preference https://github.com/rachmadaniHaryono/we-get/blob/a5db9ac193506248528aa2b18ca5a8138e2b1330/we_get/core/utils.py#L115 note that the documentation on that function is outdated

hi @Flashwalker , i have seen your #117, #118, #119. i'm repackaging this repo, because it can't run on python3. see #114 do you mind to run it with that...