diff --git a/src/byuser.py b/src/byuser.py index 60bb535..a4f2dd0 100644 --- a/src/byuser.py +++ b/src/byuser.py @@ -1,4 +1,7 @@ +import time + import requests +from bs4 import BeautifulSoup from log import logtofile as log from src.streaming import getVideoInfo, mpv @@ -15,10 +18,6 @@ def streamuser(username): mpv(url) log(f"Video {link} was played.") -import time - -from bs4 import BeautifulSoup - def proxitok_scraper(username: str) -> list[str]: print("Obtaining URLs - this can take a while with users with many posts.")