Update ashboard, docs, memory (+3 ~6)
This commit is contained in:
@@ -12,6 +12,6 @@ Pentru a descărca subtitrări fără rate-limit, avem nevoie de cookies.
|
||||
## Verificare
|
||||
|
||||
```bash
|
||||
python3 tools/yt_download.py "https://youtu.be/dQw4w9WgXcQ"
|
||||
# Trebuie să vezi: 🍪 Cookies: YES
|
||||
python3 tools/youtube_subs.py "https://youtu.be/dQw4w9WgXcQ"
|
||||
# Verifică dacă scriptul rulează fără erori
|
||||
```
|
||||
|
||||
@@ -32,13 +32,10 @@ yt-dlp --cookies-from-browser firefox --cookies credentials/youtube-cookies.txt
|
||||
|
||||
```bash
|
||||
# Un video
|
||||
python3 tools/yt_download.py "https://youtu.be/VIDEO_ID"
|
||||
python3 tools/youtube_subs.py "https://youtu.be/VIDEO_ID"
|
||||
|
||||
# Mai multe video-uri (cu pauze automate)
|
||||
python3 tools/yt_download.py URL1 URL2 URL3
|
||||
|
||||
# Verifică status rate limit
|
||||
python3 tools/yt_download.py
|
||||
# Mai multe video-uri
|
||||
python3 tools/youtube_subs.py URL1 URL2 URL3
|
||||
```
|
||||
|
||||
### Exit codes
|
||||
@@ -117,7 +114,7 @@ Rate limit state salvat în `memory/youtube-rate-limit.json`:
|
||||
|
||||
| Fișier | Scop |
|
||||
|--------|------|
|
||||
| `tools/yt_download.py` | Script principal |
|
||||
| `tools/youtube_subs.py` | Script principal - descarcă subtitrări YouTube |
|
||||
| `credentials/youtube-cookies.txt` | Cookies YouTube |
|
||||
| `memory/youtube-rate-limit.json` | State rate limit |
|
||||
| `~/.deno/bin/deno` | JavaScript runtime |
|
||||
|
||||
Reference in New Issue
Block a user