Skip to content

Commit e1be3d1

Browse files
authored
Update fetch_anime_and_play.py
1 parent 2de5afc commit e1be3d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web_programming/fetch_anime_and_play.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import subprocess
2+
13
import requests
24
from bs4 import BeautifulSoup, NavigableString, Tag
3-
4-
55
from fake_useragent import UserAgent
6-
import subprocess
6+
77

88
BASE_URL = "https://ww1.gogoanime2.org"
99

0 commit comments

Comments
 (0)