revert init files
This commit is contained in:
parent
83f45e7f60
commit
57ac0130a6
@ -115,7 +115,9 @@ would be equilavent to (take note that in YAML there is `file_scheme` instead of
|
||||
bdfr download ./path/to/output --skip mp4 --skip avi --file-scheme "{UPVOTES}_{REDDITOR}_{POSTID}_{DATE}" -L 10 -S top --subreddit EarthPorn --subreddit CityPorn
|
||||
```
|
||||
|
||||
In case when the same option is specified both in the YAML file and in as a command line argument, the command line argument takes prs
|
||||
Any option that can be specified multiple times should be formatted like subreddit is above.
|
||||
|
||||
In case when the same option is specified both in the YAML file and in as a command line argument, the command line argument takes priority
|
||||
|
||||
## Options
|
||||
|
||||
|
2
bdfr/archive_entry/__init__.py
Normal file
2
bdfr/archive_entry/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
2
bdfr/site_downloaders/__init__.py
Normal file
2
bdfr/site_downloaders/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
2
bdfr/site_downloaders/fallback_downloaders/__init__.py
Normal file
2
bdfr/site_downloaders/fallback_downloaders/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
2
tests/__init__.py
Normal file
2
tests/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
2
tests/archive_entry/__init__.py
Normal file
2
tests/archive_entry/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
2
tests/integration_tests/__init__.py
Normal file
2
tests/integration_tests/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
2
tests/site_downloaders/__init__.py
Normal file
2
tests/site_downloaders/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
2
tests/site_downloaders/fallback_downloaders/__init__.py
Normal file
2
tests/site_downloaders/fallback_downloaders/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
Loading…
Reference in New Issue
Block a user