mrelg
mrelg
So what to do with "5-[4].caj" and "4-[7].caj"? The rest I managed to fix with online pdf repair tools like https://www.pdf-online.com/osa/repair.aspx
I understand you want to focus on "4-[6].caj" and you are welcome to do so. I'm just asking why don't "5-[4].pdf" and "4-[7].pdf" have selectable text at all when it...
try replaceing lines: > try: > stringResponse = ("["+scripts[6].text.split("_OC_Run")[1][1:-2]+"]") > except: > stringResponse = ("["+scripts[-4].text.split("_OC_Run")[1][1:-2]+"]") with: > target = "_OC_Run" > index = [i for i, content in enumerate(scripts) if...
I don't know for certain, but it doesn't look related to me. I tried your book and got links for all but one page. (PT174) Unfortunately, it looks like my...
Also, you should open a separate Issue.
I'm a python rookie, so believe me when I say it, it is quite a rookie mistake. Open up your code in some editor that can visualize white space characters...
[#63 in **reset_head(self)** ](https://github.com/vaibhavk97/GoBooDo/issues/63#issuecomment-1045965832) `req = requests.get("https://google."+self.country, cookies={'CONSENT': 'YES+1'}, verify=False)`
I'm not sure how to solve this one, but it only happens when I'm connected to a VPN with IP address from an EU country because of the GDPR prompt...
O.K. I found a solution, but I'm not really the GitHub aficionado, so no pull requests from me, if anybody is willing to make one be my guest: In function...
@abolibibelot1980 I sometimes got that error with some of the top-level domains. As a workaround, try changing the domain in "settings.json". I'll look into it further when I get some...