sgbaird commited on
Commit
4e69c8f
·
verified ·
1 Parent(s): c99920e
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_from_device_playlist(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(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")