summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPawky Languish2025-01-28 06:01:21 +0000
committerPawky Languish2025-01-28 06:01:21 +0000
commit12062621d6d67adb8abee962f4201e2d5196f55b (patch)
treef863f702148ac953cea82e42cb28678e1d30fcf6 /README
parentf0e4aba9708f21d30151b2c4b49fb949d1c91df5 (diff)
slight changes HEAD master
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index ac4778c..fe0c472 100644
--- a/README
+++ b/README
@@ -1,3 +1,8 @@
 code is formatted with "black"
 #remember to install the libraries, and you probably should use venvs anyway
 pip --require-venv install -r requirements.txt
+
+for youtube, there's several options, but for just getting a title, you'll want to use youtube_oembed.py
+scraping youtube may or may not work based on your IP and stuff (it should mostly work on home IPs, but tends to get blocked from servers), using curl_ffi to spoof TLS fingerprint may help slightly, I don't handle the POT token stuff yet
+
+URLget.py is an abstraction that either uses python's builtin urllib.request or, if you have it available, then curl_cffi (which can spoof TLS fingerprinting, though that likely has minimal effect)