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

Add a parser for a list of links (see issue #39) #59

Closed
wants to merge 1 commit into from

Commits on Dec 27, 2017

  1. Add a parser for a list of links (see issue ArchiveBox#39):

    - `basic_link_info` method in parse.py to avoid code duplication.
    - Fetch method to get missing titles.
    - Fix some HTML syntax errors in the templates.
    - Simpler version of `html_appended_url` in utils.py using urlsplit.
    - Update the README accordingly. Remove some repetition and minor style improvements.
    - Add instructions to install requests (which was already used in utils.py). Add requirements.txt.
    
    - Fix a bug where a KeyError would be thrown when generating the templates if screenshots or PDFs are disabled.
    
    - If FETCH_WGET_REQUISITES is disabled, then wget stores the output in a different way, which was not handled and resulted in bugs. This has been corrected.
    frinkelpi committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    4bf830d View commit details
    Browse the repository at this point in the history