sergiomb / FedoraReview

Forked from FedoraReview 6 years ago
Clone

5306c31 Adding -u --url option

Authored and Committed by leamas 12 years ago
    Adding -u --url option
    
    Adds an alternative to -b/-n which just scrapes the download links
    from a html page. Primarely intended to support rpmfusion, which
    does not have any xmlrpc interface.  First test runs w rpmfusion
    works.
    
    Refactoring bugz, adding AbstractBug + implementations providing
    a new backend framework for obtaining urls implemented by bugz,
    name_bug (-n) and url_bug (new --url).
    
    Use urllib instead of requests; requests expands compressed links
    in some situations causing problems.
    
    bugfixes, doc update
    
    Too big a patch
    
    Command line options fixes, manpage update, bugfixes
    
    Don't use request.
    
        
file modified
+5 -1
file modified
+73 -56
file modified
+34 -9
file modified
+37 -43