improve syntax
This commit is contained in:
parent
6d02f8e103
commit
549f3e434a
2
livie.py
2
livie.py
@ -11,7 +11,7 @@ ITAG = '&itag=18&local=true'
|
|||||||
URL = f'{BASE_URL}/api/v1/search?q={SEARCH}'
|
URL = f'{BASE_URL}/api/v1/search?q={SEARCH}'
|
||||||
RUTA = requests.get(URL)
|
RUTA = requests.get(URL)
|
||||||
|
|
||||||
FIRST = True # skip line
|
FIRST = True # skip line in bucle
|
||||||
|
|
||||||
VIDEOS = json.loads(RUTA.content)
|
VIDEOS = json.loads(RUTA.content)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user