Spaces:
Running
Running
DebasishDhal99
commited on
Commit
•
b9c02ee
1
Parent(s):
ef92443
Update playlists_mismatch.py
Browse files- playlists_mismatch.py +2 -0
playlists_mismatch.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
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 |
|
|
|
1 |
+
from urllib.parse import urlparse, parse_qs
|
2 |
+
|
3 |
def playlists_mismatch_func(playlistlink1, playlistlink2, output = 'link'):
|
4 |
"""Return the ids of videos that are only one of the playlists, and not in the other"""
|
5 |
|