View global-rules-by-k0mmsussert0d.txt
* amazonaws.com * allow | |
* cloudflare.net * allow | |
* cloudfront.net * allow | |
* google.com * allow | |
* google.com frame allow | |
* googleapis.com * allow | |
* googlevideo.com * allow | |
* gstatic.com * allow | |
* youtube.com * allow | |
* youtube.com frame allow |
View scrapugaya.py
""" | |
This script will print the IDs of all the products returned by a given search query. | |
Substitue url (line 17) string with any jewgaya query. The script will stop after reaching the last page. | |
The URL must be properly encoded according to RFC 3986. | |
""" | |
from bs4 import BeautifulSoup | |
import requests |