From 57ac0130a62eca0176e6d3a2bebe45f81a46558a Mon Sep 17 00:00:00 2001 From: OMEGARAZER <869111+OMEGARAZER@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:16:31 -0500 Subject: [PATCH] revert init files --- README.md | 4 +++- bdfr/archive_entry/__init__.py | 2 ++ bdfr/site_downloaders/__init__.py | 2 ++ bdfr/site_downloaders/fallback_downloaders/__init__.py | 2 ++ tests/__init__.py | 2 ++ tests/archive_entry/__init__.py | 2 ++ tests/integration_tests/__init__.py | 2 ++ tests/site_downloaders/__init__.py | 2 ++ tests/site_downloaders/fallback_downloaders/__init__.py | 2 ++ 9 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 bdfr/archive_entry/__init__.py create mode 100644 bdfr/site_downloaders/__init__.py create mode 100644 bdfr/site_downloaders/fallback_downloaders/__init__.py create mode 100644 tests/__init__.py create mode 100644 tests/archive_entry/__init__.py create mode 100644 tests/integration_tests/__init__.py create mode 100644 tests/site_downloaders/__init__.py create mode 100644 tests/site_downloaders/fallback_downloaders/__init__.py 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 -*-