-
Notifications
You must be signed in to change notification settings - Fork 631
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
Facebook ripper created #15
base: main
Are you sure you want to change the base?
Conversation
waitForThreads(); | ||
} | ||
|
||
@Override |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra indent.
} | ||
|
||
private ArrayList<String> getPhotosFromAlbum(String albumID) throws IOException { | ||
ArrayList<String> photoIDS = new ArrayList<String>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra indent.
Ugh.. I'm trying out VS Code and these indents didn't appear in the editor. |
@lukepayne I mainly use VS Code for Ripme. It's good until you need a debugger, in which case Eclipse seems to be the least bad option. Debugging projects built with Maven isn't that well-supported across the board, it seems. In VS Code, try turning on whitespace markers in the settings ( |
Is this still maintained ? I have a slightly modified version of this on a local branch that I plan on upgrading once the Facebook API is open again (They closed a lot of stuff with the Cambridge Analytica situation). |
@MrTimscampi Feel free to take and build on this, I haven't looked at it in some time. |
@lukepayne Unfortunately, i'm a bit busy with work and other projects, these days :/ |
in such cases i tend to use editorconfig: |
Category
This change is exactly one of the following (please change
[ ]
to[x]
) to indicate which:Description
Facebook ripper
Testing
To be done
Required verification:
mvn test
(there are no new failures or errors).Optional but recommended: