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

Wildcard searching #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Wildcard searching #17

wants to merge 4 commits into from

Conversation

fgregg
Copy link

@fgregg fgregg commented May 23, 2016

This PR enables wildcard url fetches from wayback machine.

self.parsed_url.netloc,
path_head
)

filepath = os.path.join(filedir, path_tail)
filepath = os.path.join(filedir,
','.join((path_tail, asset.timestamp)))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of these change to the path are because I found it more convenient, for my own purposes, to have different versions of the same resource name in the same file. I can make a version that keeps your current, separate directory, behavior.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, interesting. I'd prefer to keep the current, separate-directory behavior. But I'm curious: What makes the other way more convenient for your purposes?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p.s., Thanks! This seems to be a really elegant solution.

@fgregg fgregg mentioned this pull request May 23, 2016
@fgregg
Copy link
Author

fgregg commented Jun 12, 2016

K, this should be good to merge.

@jsvine jsvine mentioned this pull request Sep 17, 2016
@fgregg
Copy link
Author

fgregg commented Nov 3, 2017

Hi @jsvine, from the discussion in #8, it sounds like this is not the approach you want to take. Should I close this PR?

@jsvine
Copy link
Owner

jsvine commented Nov 3, 2017

Hi @fgregg and apologies for the radio silence. I actually do like this approach! I've been working on a new version that integrates the bulk of your PR (with a few tweaks), but have gotten distracted by other things. Thanks for the nudge!

@jsvine jsvine mentioned this pull request Aug 2, 2019
ksadov added a commit to ksadov/waybackpack that referenced this pull request Mar 18, 2024
@Joey-Einerhand
Copy link

@jsvine Any updates on this?

Hi @fgregg and apologies for the radio silence. I actually do like this approach! I've been working on a new version that integrates the bulk of your PR (with a few tweaks), but have gotten distracted by other things. Thanks for the nudge!

Any updates on this? Would you like it implemented in a different way?

@jsvine
Copy link
Owner

jsvine commented Apr 16, 2024

Hi @Joey-Einerhand, unfortunately there are no major updates on this. I ran into some operating-system-appeasing issues, got stumped, and haven't fully revisited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants