DebasishDhal99 commited on
Commit
cf4944b
1 Parent(s): a413623

Rename playlist_mismatch.py to playlists_mismatch.py

Browse files
playlist_mismatch.py → playlists_mismatch.py RENAMED
@@ -1,4 +1,4 @@
1
- def playlists_mismatch(playlistlink1, playlistlink2, output = 'link'):
2
  """Return the ids of videos that are only one of the playlists, and not in the other"""
3
 
4
  def get_yt_id(url, ignore_playlist=False):
 
1
+ def playlists_mismatch_func(playlistlink1, playlistlink2, output = 'link'):
2
  """Return the ids of videos that are only one of the playlists, and not in the other"""
3
 
4
  def get_yt_id(url, ignore_playlist=False):