You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While downloading, most users will download content, especially profiles, to a directory with the same name as the username. So the command usually goes like this: bdfr download --user Dekamir --submitted Dekamir
If a username is given, or it can be pulled by the link, and the user hasn't given an output directory argument, use the username by default. bdfr download --user Dekamir --submitted should output to ./Dekamir by default.
The text was updated successfully, but these errors were encountered:
Description
While downloading, most users will download content, especially profiles, to a directory with the same name as the username. So the command usually goes like this:
bdfr download --user Dekamir --submitted Dekamir
If a username is given, or it can be pulled by the link, and the user hasn't given an output directory argument, use the username by default.
bdfr download --user Dekamir --submitted
should output to./Dekamir
by default.The text was updated successfully, but these errors were encountered: