Age | Commit message (Collapse) | Author |
|
This reverts commit 7c05097633138459e9bdf7e10738e021b04689a7.
|
|
|
|
|
|
|
|
E275 is added in pycodestyle 2.6
See https://github.com/PyCQA/pycodestyle/pull/491
|
|
[downloader/hls] Add support for AES-128 encrypted segments in hlsnative downloader
|
|
|
|
downloader
|
|
|
|
|
|
In order to add a new key to both __objects and __functions dicts on jsinterp.py, it is
necessary to first verify if a key was present and if not, create the key and
assign it to a value.
However, this can be done with a single step using dict setdefault method.
|
|
|
|
|
|
|
|
Removed print statement from code.
Replaced two regex searches with the corret ones.
Removed some unnecessary semicolumns
fixed title extraction
refactored everything to search_regex
processed comments on commit 5650b0d, fixed feedback from flake8
Improved regexes and returns info dict now.
Added support for closertotruth interview URL
Added support for episodes page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some tests are from #6895 and #6613
|
|
|
|
Sometimes the HTML webpage is returned even with '?format=json'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix test_Viidea and maybe others
|
|
|
|
|
|
|
|
|