Skip to content

Commit 938e5a9

Browse files
authored
Update fetch_anime_and_play.py
1 parent 05f9bb7 commit 938e5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_programming/fetch_anime_and_play.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import subprocess
12
import requests
23
from bs4 import BeautifulSoup, NavigableString, Tag
34
from fake_useragent import UserAgent
4-
import subprocess
5+
56

67
BASE_URL = "https://ww1.gogoanime2.org"
78

0 commit comments

Comments
 (0)