Skip to content

Instantly share code, notes, and snippets.

@kagermanov27
Created May 19, 2022 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kagermanov27/f3d13976fe50698fc37b4ba6fa5d21ac to your computer and use it in GitHub Desktop.
Save kagermanov27/f3d13976fe50698fc37b4ba6fa5d21ac to your computer and use it in GitHub Desktop.
class Download:
def __init__(self, query):
self.query = query
self.results = []
self.previous_results = []
self.unique_results = []
self.new_results = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment