Update byuser.py

This commit is contained in:
Gage Irwin
2023-05-12 18:50:42 -05:00
parent 00ac7540ca
commit 27df57f623

View File

@@ -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.")