ArchiveTeam / wpull

Wget-compatible web downloader and crawler.
GNU General Public License v3.0
545 stars 77 forks source link

Fix broken URLInfo.query_map attribute #480

Open chosak opened 8 months ago

chosak commented 8 months ago

Accessing the URLInfo.query_map attribute generates a RecursionError due to a bug in the URLInfo.query_to_map method. This commit fixes that and adds tests to validate the documented behavior.

I remembered to:

Changes: