Skip to content

Commit 84263ca

Browse files
authored
Update fetch_anime_and_play.py
1 parent e1be3d1 commit 84263ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_programming/fetch_anime_and_play.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import subprocess
22

33
import requests
4-
from bs4 import BeautifulSoup, NavigableString, Tag
4+
from bs4 import BeautifulSoup
5+
from bs4 import NavigableString
6+
from bs4 import Tag
57
from fake_useragent import UserAgent
68

79

0 commit comments

Comments
 (0)