Improve geo bypass mechanism
authorSergey M․ <dstftw@gmail.com>
Wed, 2 May 2018 00:18:01 +0000 (07:18 +0700)
committerSergey M․ <dstftw@gmail.com>
Wed, 2 May 2018 00:20:59 +0000 (07:20 +0700)
commit5f95927a62a533b9e616abb5f1481cedeaa16a4a
tree13e1cbddf07dd4259211ede5df0d2705604ca5b1
parenta93ce61bd5cbe7779e4eff0f8ab74a8a02211285
Improve geo bypass mechanism
* Introduce geo bypass context
* Add ability to bypass based on IP blocks in CIDR notation
* Introduce --geo-bypass-ip-block
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/extractor/anvato.py
youtube_dl/extractor/brightcove.py
youtube_dl/extractor/common.py
youtube_dl/extractor/dplay.py
youtube_dl/extractor/go.py
youtube_dl/extractor/limelight.py
youtube_dl/extractor/tvplay.py
youtube_dl/options.py
youtube_dl/utils.py