コード例 #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 []