Skip to content

Commit

Permalink
remove some responsetypes from db
Browse files Browse the repository at this point in the history
prepare length
  • Loading branch information
datawhores committed Aug 27, 2024
1 parent 1d36cba commit 725a1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions ofscraper/utils/args/parse/arguments/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
"Streams",
"Stories",
"Profile",
"Labels",
"Labels+",
"Labels*",
],
case_sensitive=False,
),
Expand Down
9 changes: 2 additions & 7 deletions ofscraper/utils/args/parse/group_bundles/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
content_options_desc,
after_option,
before_option,
filter_option,
label_option,
max_count_option,
neg_filter_option,
post_id_filter,
)
from ofscraper.utils.args.parse.groups.media_filter import(
Expand All @@ -19,6 +16,8 @@
min_size_option,
media_filter_options_desc,
media_id_filter,
length_max,
length_min,
media_filter_options_help
)
from ofscraper.utils.args.parse.arguments.content import db_posts_option
Expand Down Expand Up @@ -102,12 +101,8 @@ def db_args(func):
@click.option_group(
content_options_desc,
db_posts_option,
filter_option,
neg_filter_option,
max_count_option,
post_id_filter,
label_option,
before_option,
after_option,
help=content_options_help,
Expand Down

0 comments on commit 725a1db

Please sign in to comment.