Akash Mahanty
Akash Mahanty
Install `pip install selenium_firefox==0.2.7`, the author has pinned the version up to the patch level there must be a reason. Always better to install `pip -r requirements.txt` to avoid these...
For URLs with 200 only status code: ``` akamhy@device:~$ waybackpy --url google.com --user-agent "foobar" --cdx --cdx-filter "statuscode:200" --limit "10" --start-timestamp "20101010" --cdx-print "archiveurl" --cdx-print "statuscode" 200 https://web.archive.org/web/20101010000314/http://www.google.com/ 200 https://web.archive.org/web/20101010011249/http://www.google.com/ 200...
> Methods near, oldest, newest would be a lot more efficient to use if it allows you to filter out redirects directly with an additional parameter. The same goes for...
The limit is not ignored but it is actually a CDX API param to limit number of archive data returned per API call when using the non-paginated CDX API. see...
> How does video hash do the comparison for lookup? The database of hashes would likely be over 100 million videos. I'm sure I could plug it into my solution...
@smontanaro Try reading http://web.archive.org/web/20110812221535id_/http://faq.web.archive.org/page-without-wayback-code/ 20110812221535id_ does the trick. I will release an option in the future in this library but right now I don't have enough time. Just append id_...
Also, please don't close it as this would be a cool feature for this library, I will implement an option to change the URI for fetching the original source of...