update
This commit is contained in:
parent
216a001f60
commit
85399580cb
@ -51,6 +51,5 @@ for movie in MatchingList:
|
|||||||
|
|
||||||
for id in TMDbCollection:
|
for id in TMDbCollection:
|
||||||
MovieCollectionFinal.append(tmdbCollection.details(id))
|
MovieCollectionFinal.append(tmdbCollection.details(id))
|
||||||
pass
|
|
||||||
|
|
||||||
print("")
|
print("")
|
@ -2,5 +2,6 @@ class Config(object):
|
|||||||
tmdbApiKey = '41d05b7a36ba961740f7c05cc4ef634b'
|
tmdbApiKey = '41d05b7a36ba961740f7c05cc4ef634b'
|
||||||
tmdbLanguage = 'fr-FR'
|
tmdbLanguage = 'fr-FR'
|
||||||
tmdbApiUrl = 'https://api.themoviedb.org/3/search/'
|
tmdbApiUrl = 'https://api.themoviedb.org/3/search/'
|
||||||
|
tmdbImgUrl = 'https://image.tmdb.org/t/p/w500'
|
||||||
plexBaseUrl = 'https://plex.rouggy.ovh'
|
plexBaseUrl = 'https://plex.rouggy.ovh'
|
||||||
plexToken = 'VeQQwtf-sNtWWLwzCEih'
|
plexToken = 'VeQQwtf-sNtWWLwzCEih'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user