laigaaming
Results
3
issues of
laigaaming
In imdb-folder.py line 114 - `for **movie**, [rating,genre,url,year,runtime,actors,plot,awards] in sorted_dict.iteritems():` , where is the "movie" come from?
In imdb-folder.py line 45, I don't quite understand what is the usage of `[d for d in os.listdir(subdir)]`, what is "d for d" mean?