Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with unencoded URLs #3

Open
StevenBlack opened this issue Mar 20, 2020 · 0 comments
Open

Problem with unencoded URLs #3

StevenBlack opened this issue Mar 20, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@StevenBlack
Copy link
Owner

StevenBlack commented Mar 20, 2020

Using yoyo's wonky URL, I get the following output and execution doesn't complete.

Steve at 0xf
$ ./ghosts -i https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
[1] 12294

Steve at 0xf
$ --------------------------------------------------------------------------------
Base hosts file summary:
--------------------------------------------------------------------------------
Location: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts
Domains: 3,280
Bytes: 89 kB
--------------------------------------------------------------------------------

Truncating the URL works just fine:

Steve at 0xf
$ ./ghosts -i https://pgl.yoyo.org/adservers/serverlist.php
--------------------------------------------------------------------------------
Base hosts file summary:
--------------------------------------------------------------------------------
Location: https://pgl.yoyo.org/adservers/serverlist.php
Domains: 3,280
Bytes: 89 kB
--------------------------------------------------------------------------------
@StevenBlack StevenBlack added the bug Something isn't working label Mar 20, 2020
@StevenBlack StevenBlack self-assigned this Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant