aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--livie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/livie.py b/livie.py
index 4e0ebf6..1be9dc2 100644
--- a/livie.py
+++ b/livie.py
@@ -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)