We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a65d8 commit 675eab8Copy full SHA for 675eab8
web_programming/fetch_anime_and_play.py
@@ -1,6 +1,6 @@
1
-import subprocess
2
-import requests
3
from bs4 import BeautifulSoup, NavigableString, Tag
+import requests
+import subprocess
4
from fake_useragent import UserAgent
5
6
BASE_URL = "https://ww1.gogoanime2.org"
0 commit comments