Пример #1
0
def post_pre_validation(post):
    """
    Validate a post to be published with this linkedin
    :param post: The Post we try to validate
    :return: True if the post is valid for this module else False
    """
    return plugin_utils.post_pre_validation_plugins(post, 200, 256)
Пример #2
0
def post_pre_validation(post):
    return plugin_utils.post_pre_validation_plugins(post, 40000, 40000)