mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Enabled video statistics (forgot to enable them), also fixed the synchronization of statistics.
This commit is contained in:
2
external/pytaw/pytaw/youtube.py
vendored
2
external/pytaw/pytaw/youtube.py
vendored
@ -169,7 +169,7 @@ class YouTube(object):
|
||||
query = Query(self, 'videos', api_params)
|
||||
response_list.append(ListResponse(query))
|
||||
|
||||
return itertools.chain(response_list)
|
||||
return itertools.chain(*response_list)
|
||||
|
||||
def parse_url(self, url: str) -> dict:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user