ChandimaPrabath commited on
Commit
a5c43c7
·
verified ·
1 Parent(s): a477438

Update imgbb.py

Browse files
Files changed (1) hide show
  1. imgbb.py +1 -1
imgbb.py CHANGED
@@ -1,7 +1,7 @@
1
  import requests
2
  from bs4 import BeautifulSoup
3
 
4
- def extract_original_image_urls(url='https://unicone-studio.imgbb.com/'):
5
  try:
6
  # Make a GET request to fetch the raw HTML content
7
  response = requests.get(url)
 
1
  import requests
2
  from bs4 import BeautifulSoup
3
 
4
+ def extract_original_image_urls(url='https://unicone-studio.imgbb.com/?page=2&seek=MZBhyJj'):
5
  try:
6
  # Make a GET request to fetch the raw HTML content
7
  response = requests.get(url)