Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No results from piratebay.py on Mac running Monterey. Fix included. A category must be chosen #278

Open
rossco107 opened this issue Jun 12, 2024 · 1 comment

Comments

@rossco107
Copy link

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

@rossco107 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 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
@luzpaz
Copy link

luzpaz commented Aug 24, 2024

@rossco107 do you mind making a PR ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants