This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """Displays HTML page titles | |
| Smart title functionality for sites which could have clear titles, | |
| but still decide show idiotic bulk data in the HTML title element | |
| """ | |
| from __future__ import print_function, division | |
| import fnmatch | |
| import urlparse |