Skip to content

Commit

Permalink
add more metadata options
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Jul 30, 2024
1 parent 33c0a36 commit 4ecbbf3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ofscraper/utils/args/parse/group_bundles/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
neg_filter_option,
posts_option,
timed_only_option,
post_id_filter,
item_sort_option
)
from ofscraper.utils.args.parse.arguments.media_type import quality_option,normal_only,protected_only,media_id_filter,length_max,length_min,media_type_option
from ofscraper.utils.args.parse.groups.advanced_processing import (
Expand Down Expand Up @@ -108,7 +110,7 @@ def metadata_args(func):
)
@file_options
@click.option_group(
"Content Options22",
"Content Options",
posts_option,
filter_option,
neg_filter_option,
Expand All @@ -123,6 +125,8 @@ def metadata_args(func):
before_option,
after_option,
mass_msg_option,
post_id_filter,
item_sort_option,
timed_only_option,
force_all_option,
force_model_unique_option,
Expand Down

0 comments on commit 4ecbbf3

Please sign in to comment.