asciidisco/plugin.video.netflix

View on GitHub

Showing 673 of 673 total issues

Block comment should start with '# '
Open

#self.nx_common.log(
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line too long (97 > 79 characters)
Open

plaintext = self.crypto.decrypt(base64.standard_b64decode(encryption_envelope['iv']),
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line too long (85 > 79 characters)
Open

impaired = 'true' if audio_track['trackType'] == 'ASSISTIVE' else 'false'
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line too long (84 > 79 characters)
Open

base_url = downloadable[content_profile]['downloadUrls'].values()[0]
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line length
Open

- Cryptdome python library (for Linux systems, install using `pip install --user pycryptodomex` as the user that will run Kodi)
Severity: Info
Found in README.md by markdownlint

Headers should be surrounded by blank lines
Open

# Deprecated
Severity: Info
Found in README.md by markdownlint

Unexpected spaces around keyword / parameter equals
Open

value = 'forced' if text_track.get('isForcedNarrative') else 'main')
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line too long (89 > 79 characters)
Open

'data': base64.standard_b64encode(json.dumps(data).encode()).decode('ascii'),
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line too long (100 > 79 characters)
Open

'payload': base64.standard_b64encode(first_payload_encryption_envelope).decode('ascii'),
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Expected 2 blank lines, found 1
Open

class NetflixCredentials(object):
Severity: Minor
Found in resources/lib/NetflixCredentials.py by pep8

Unexpected spaces around keyword / parameter equals
Open

value = 'forced' if text_track.get('isForcedNarrative') else 'main')
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Do not use bare 'except'
Open

except:
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Block comment should start with '# '
Open

#self.__load_msl_data()
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line too long (90 > 79 characters)
Open

payloads = re.split(',\"signature\":\"[0-9A-Za-z=/+]+\"}', message.split('}}')[1])
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line too long (81 > 79 characters)
Open

self.__set_master_token(headerdata['keyresponsedata']['mastertoken'])
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Indentation is not a multiple of 4
Open

return False
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Block comment should start with '# '
Open

#self.nx_common.log(msg=json.dumps(request))
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Line too long (106 > 79 characters)
Open

mimeType='text/vtt' if content_profile == 'webvtt-lssdh-ios8' else 'application/ttml+xml')
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Unexpected spaces around keyword / parameter equals
Open

schemeIdUri = 'urn:mpeg:dash:role:2011',
Severity: Minor
Found in resources/lib/MSLv2.py by pep8

Bare URL used
Open

Please use https://github.com/CastagnaIT/plugin.video.netflix/
Severity: Info
Found in README.md by markdownlint
Severity
Category
Status
Source
Language