diff --git a/README.md b/README.md index f732f6e..120448e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bdfr/archive_entry/__init__.py b/bdfr/archive_entry/__init__.py new file mode 100644 index 0000000..56fafa5 --- /dev/null +++ b/bdfr/archive_entry/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- diff --git a/bdfr/site_downloaders/__init__.py b/bdfr/site_downloaders/__init__.py new file mode 100644 index 0000000..56fafa5 --- /dev/null +++ b/bdfr/site_downloaders/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- diff --git a/bdfr/site_downloaders/fallback_downloaders/__init__.py b/bdfr/site_downloaders/fallback_downloaders/__init__.py new file mode 100644 index 0000000..56fafa5 --- /dev/null +++ b/bdfr/site_downloaders/fallback_downloaders/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..56fafa5 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- diff --git a/tests/archive_entry/__init__.py b/tests/archive_entry/__init__.py new file mode 100644 index 0000000..56fafa5 --- /dev/null +++ b/tests/archive_entry/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- diff --git a/tests/integration_tests/__init__.py b/tests/integration_tests/__init__.py new file mode 100644 index 0000000..56fafa5 --- /dev/null +++ b/tests/integration_tests/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- diff --git a/tests/site_downloaders/__init__.py b/tests/site_downloaders/__init__.py new file mode 100644 index 0000000..56fafa5 --- /dev/null +++ b/tests/site_downloaders/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- diff --git a/tests/site_downloaders/fallback_downloaders/__init__.py b/tests/site_downloaders/fallback_downloaders/__init__.py new file mode 100644 index 0000000..56fafa5 --- /dev/null +++ b/tests/site_downloaders/fallback_downloaders/__init__.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*-