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

Allow to download files without description. #12

Closed
wants to merge 10 commits into from

Conversation

kenorb
Copy link

@kenorb kenorb commented Aug 1, 2014

Attachments without description are ignored by xgoogle, therefore can't be parsed or downloaded. The following patch fixes the issue.

lindi2 and others added 10 commits August 1, 2012 13:02
Google search stopped working on 2012-08-01.

Before:

$ PYTHONPATH=. examples/example1.py | grep -c ^http
1

After:

$ PYTHONPATH=. examples/example1.py | grep -c ^http
10
Before:

$ PYTHONPATH=. examples/example1.py | grep -c ^http
10

After:

$ PYTHONPATH=. examples/example1.py | grep -c ^http
49
modified the functions _extract_results and _extract_description according to these suggestions: http://www.catonmat.net/c/27124
@kenorb
Copy link
Author

kenorb commented Aug 1, 2014

Created separate branch and re-sent the pull at: #13

@kenorb kenorb closed this Aug 1, 2014
RyPoints pushed a commit to RyPoints/xgoogle that referenced this pull request Sep 25, 2016
Added repeat parameter to set filter search results
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