diff options
-rw-r--r-- | livie.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ ITAG = '&itag=18&local=true' URL = f'{BASE_URL}/api/v1/search?q={SEARCH}' RUTA = requests.get(URL) -FIRST = True # skip line +FIRST = True # skip line in bucle VIDEOS = json.loads(RUTA.content) |