From 332df99a7725cb97018bb4baadcda5645f4f3f5c Mon Sep 17 00:00:00 2001 From: Lamar Pavel Date: Tue, 20 Oct 2015 03:28:27 +0200 Subject: [PATCH] Add docstring to new script --- scripts/ua_fetch.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/ua_fetch.py b/scripts/ua_fetch.py index a9e39b40a..9f3ab785e 100644 --- a/scripts/ua_fetch.py +++ b/scripts/ua_fetch.py @@ -1,4 +1,11 @@ #!/usr/bin/env python3 +# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: + +"""Fetch list of popular user-agents. + +The script is based on a gist posted by github.com/averrin, the ouput of this +script is formatted to be pasted into configtypes.py. +""" import requests from lxml import html