Skip to content

Commit

Permalink
Fix/1033 (#1037)
Browse files Browse the repository at this point in the history
* JS emulation for calculating n value for stream URLs to fix throttling issue.

* Made parser HTMLParseError more informative.

* Add support for bracket start to parser.

* Helper for auto-generating necessary json files.

* Removed test that no longer seems to work.
  • Loading branch information
tfdahlin committed Jul 6, 2021
1 parent 48ea520 commit 79befd6
Show file tree
Hide file tree
Showing 15 changed files with 528 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = E231,E203,W503,Q000,WPS111,WPS305,WPS348,WPS602,D400,DAR201,S101,DAR101,C812,D104,I001,WPS306,WPS214,D401,WPS229,WPS420,WPS230,WPS414,WPS114,WPS226,WPS442,C819,WPS601,T001,RST304,WPS410,WPS428,A003,A002,I003,WPS221,WPS326,WPS201,S405,DAR301,WPS210,WPS202,WPS213,WPS301,P103,WPS407,WPS432,WPS211,S314,S310,S001,IF100,PT001,PT019
ignore = E231,E203,W503,Q000,WPS111,WPS305,WPS348,WPS602,D400,DAR201,S101,DAR101,C812,D104,I001,WPS306,WPS214,D401,WPS229,WPS420,WPS230,WPS414,WPS114,WPS226,WPS442,C819,WPS601,T001,RST304,WPS410,WPS428,A003,A002,I003,WPS221,WPS326,WPS201,S405,DAR301,WPS210,WPS202,WPS213,WPS301,P103,WPS407,WPS432,WPS211,S314,S310,S001,IF100,PT001,PT019,R504
max-line-length = 95

[isort]
Loading

0 comments on commit 79befd6

Please sign in to comment.