aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/aes.py
AgeCommit message (Collapse)Author
2022-10-11[netease] Get netease music download url through player api (#31235)Xie Yanbo
* remove unplayable song from test * compatible with python 2 * using standard User_Agent, fix imports * use hash instead of long description * fix lint * fix hash
2022-08-09[test, etc] Improve download test logs; also clean up some new flake8 issues ↵dirkf
(#31153) * [test] Identify testcase errors better * [test] Identify download errors better * [extractor/minds] Linter * [extractor/aes] Linter
2018-01-23Switch codebase to use compat_b64decodeSergey M․
2017-02-28[aes] Add aes_cbc_encryptYen Chi Hsuan
Used in daisuki.net (#4738)
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches
2016-02-14[aes] Switch to new-style classesSergey M․
2015-05-22[aes] Fix for python 3.2Sergey M․
2015-02-11[aes] style: Put __all__ variable at the end of the fileJaime Marquínez Ferrándiz
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister
From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
2014-11-23Fix all PEP8 issues except E501Philipp Hagemeister
2014-11-23PEP8: E225,E227Jouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2013-11-09Add support for crunchyroll.comrzhxeo
2013-08-28Let aes_decrypt_text return bytes instead of unicoderzhxeo
2013-08-28Fix division bug in aes.pyrzhxeo
2013-08-28Allow changes to run under Python 3Philipp Hagemeister
2013-08-09add an aes implementationrzhxeo