You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modified the code to include ssl and it now works.
But on both my machines it does not return results if the category is "All"
Only returns results if a category is chosen
import ssl
class piratebay(object):
url = 'https://thepiratebay.org'
name = 'The Pirate Bay'
ssl._create_default_https_context = ssl._create_unverified_context
The text was updated successfully, but these errors were encountered:
rossco107
changed the title
No results from piratebay.py on Mac running Monterey. Fix included. Actagory must be chosen
No results from piratebay.py on Mac running Monterey. Fix included. A catagory must be chosen
Jun 12, 2024
rossco107
changed the title
No results from piratebay.py on Mac running Monterey. Fix included. A catagory must be chosen
No results from piratebay.py on Mac running Monterey. Fix included. A category must be chosen
Jun 12, 2024
This only occurs on my Monterey machine
I have modified the code to include ssl and it now works.
But on both my machines it does not return results if the category is "All"
Only returns results if a category is chosen
import ssl
class piratebay(object):
url = 'https://thepiratebay.org'
name = 'The Pirate Bay'
ssl._create_default_https_context = ssl._create_unverified_context
The text was updated successfully, but these errors were encountered: