Added API Key
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:40:13 +0530
1 files changed,
2 insertions(+),
7 deletions(-)
jump to
M
amt.py
→
amt.py
@@ -22,7 +22,7 @@ from imdbpie import Imdb
from mutagen.mp4 import MP4, MP4Cover #Setting the API key for usage of TMDB API -tmdb.API_KEY = 'YOUR-TMDB-API-KEY' +tmdb.API_KEY = 'b888b64c9155c26ade5659ea4dd60e64' def collect_files(file_type):@@ -247,9 +247,4 @@ print('\n\n\nAll files proccessed successfuly!')
else: print('\n\n\nThe files that were not proccessed: \n') for er in errored_files: - print(er) - - - - - + print(er)