get rid of u string literal

This commit is contained in:
j 2023-07-27 18:12:13 +02:00
commit 99e221095b
7 changed files with 98 additions and 98 deletions

View file

@ -58,10 +58,10 @@ def get_data(id, timeout=-1):
def get_id(url=None, imdb=None):
'''
>>> get_id(imdb='0133093')
u'the-matrix'
'the-matrix'
#>>> get_id(imdb='0060304')
#u'2-or-3-things-i-know-about-her'
#'2-or-3-things-i-know-about-her'
'''
if imdb:
i = ImdbCombined(imdb)