예제 #1
0
파일: __init__.py 프로젝트: camster1/RTOTV
 def getTrailers(self):
     return [Trailer(t) for t in scraper.getTrailers()]
예제 #2
0
파일: __init__.py 프로젝트: camster1/RTOTV
    def getTrailers(self):
        if self.allIsDue():
            util.DEBUG_LOG(' - Fetching all trailers')
            return [Trailer(t) for t in scraper.getTrailers()]

        return []