Skip to main content

A set of tool for the decoding and conversion of AdBlock and Filter Lists.

Project description

A set of tools for the decoding and conversion of AdBlock and filter lists. The decoder itself is part of the PyFunceble project.

Installation

$ pip install --user adblock-decoder

Update

$ pip install --user --upgrade adblock-decoder

Python API

If you want to use the decoder in your own Python modules or infrastructure, you may use the PyFunceble project to access the decoder.

from PyFunceble.converter.adblock_input_line2subject import AdblockInputLine2Subject

to_decode = ["||example.com^", "||example.net^"]

decoder = AdblockInputLine2Subject()
decoder.aggressive = False

decoded = set()

for line in to_decode:
    # One shot method.
    decoded.update(decoder.set_data_to_convert(line).get_converted())

    # Step by step method
    decoder.set_data_to_convert(line)
    decoded.update(decoder.get_converted())

print("Decoded:", decoded)

Tools

adblock2hosts

A tool to convert adblock or filter lists to hosts format.

Usage

usage: adblock2hosts [-h] [--aggressive] [--ip IP] [-o OUTPUT] input_file

An AdBlock2hosts converter.

positional arguments:
    input_file            The input file to work with.

optional arguments:
    -h, --help            show this help message and exit
    --aggressive          [USE AT YOUR OWN RISK AS IT IS EXPERIMENTAL] Activates the extraction of everything regardless of the interpretation of AdBlock/UBlock.
    --ip IP               Sets the IP to use while generating the hosts file.
    -o OUTPUT, --output OUTPUT
                            The file to write to.

Crafted with ♥ by Nissar Chababy (Funilrys)!

adblock2plain

A tool to convert adblock or filter lists to plain text format.

Usage

usage: adblock2plain [-h] [--aggressive] [-o OUTPUT] input_file

An AdBlock2plain (text) converter.

positional arguments:
    input_file            The input file to work with.

optional arguments:
    -h, --help            show this help message and exit
    --aggressive          [USE AT YOUR OWN RISK AS IT IS EXPERIMENTAL] Activates the extraction of everything regardless of the interpretation of AdBlock/UBlock.
    -o OUTPUT, --output OUTPUT
                            The file to write to.

Crafted with ♥ by Nissar Chababy (Funilrys)!

License

Copyright 2017, 2018, 2019, 2020, 2021, 2022 Nissar Chababy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adblock-decoder-1.2.1.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

adblock_decoder-1.2.1-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file adblock-decoder-1.2.1.tar.gz.

File metadata

  • Download URL: adblock-decoder-1.2.1.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for adblock-decoder-1.2.1.tar.gz
Algorithm Hash digest
SHA256 f2f2aa2871a1d25f57b898f8777f6fbb57ca83821c11526fef910f02641153d0
MD5 a4c44b28b9332573a713fb294796ad14
BLAKE2b-256 93cc880d77227dc2a2b2dab89248da06ba6885cc785fb4cbd9e10de31f526b58

See more details on using hashes here.

File details

Details for the file adblock_decoder-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: adblock_decoder-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for adblock_decoder-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6e2d41eebc0211ea6344a6ab432554a9a9b96f282cf3fd4ed8e6395ceeb6b1d3
MD5 4884c830a9173def73a35048432e52b5
BLAKE2b-256 63ed5dcdb87ccf90e153b242fb7121fa7dc39d38373e99d460f3d32e6df20d61

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page