improve syntax

This commit is contained in:
Jesús 2019-07-07 20:01:50 -05:00
parent 6d02f8e103
commit 549f3e434a
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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)