Fix typo in video url
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ def request_videos(blink, time=None, page=0):
|
||||
:param page: Page number to get videos from.
|
||||
"""
|
||||
timestamp = get_time(time)
|
||||
url = "{}/api/v2/videos/changed?since={}&page/{}".format(
|
||||
url = "{}/api/v2/videos/changed?since={}&page={}".format(
|
||||
blink.urls.base_url, timestamp, page)
|
||||
return http_get(blink, url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user