mirror of
https://github.com/ovosimpatico/CLI-TikTok.git
synced 2026-01-15 11:52:52 -03:00
Update byuser.py
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user