sgbaird commited on
Commit
ea47c47
·
verified ·
1 Parent(s): 4e69c8f

Update yt_utils.py

Browse files
Files changed (1) hide show
  1. yt_utils.py +1 -1
yt_utils.py CHANGED
@@ -1,6 +1,6 @@
1
  import requests
2
 
3
- def get_latest_video(channel_id, device_name=None, playlist_id=None):
4
 
5
  if device_name is None and playlist_id is None:
6
  raise Exception("Must specify either device_name or playlist_id")
 
1
  import requests
2
 
3
+ def get_latest_video_id(channel_id, device_name=None, playlist_id=None):
4
 
5
  if device_name is None and playlist_id is None:
6
  raise Exception("Must specify either device_name or playlist_id")