Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a40e52b

Browse files
authoredOct 2, 2024··
Update fetch_anime_and_play.py
1 parent 7302981 commit a40e52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎web_programming/fetch_anime_and_play.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import subprocess
22
import requests
3-
from bs4 import BeautifulSoup, NavigableString, Tag
43
from fake_useragent import UserAgent
4+
from bs4 import BeautifulSoup, NavigableString, Tag
55

66
BASE_URL = "https://ww1.gogoanime2.org"
77

0 commit comments

Comments
 (0)
Please sign in to comment.