Skip to content

Commit

Permalink
Fix reference to not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
soltia48 authored and Aiman Maharana committed Apr 12, 2020
1 parent 30d2fcf commit ddbaf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yuu/ext/abematv.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def resolutions(self, m3u8_uri):
return None, 'This video can\'t be downloaded for now.'
self.yuu_logger.debug('Sample link: ' + m3f[5])

if 'tsda' in files[5]:
if 'tsda' in rres.files[5]:
# Assume DRMed
return None, 'This video has a different DRM method and cannot be decrypted by yuu for now'

Expand Down

0 comments on commit ddbaf5a

Please sign in to comment.