feat: limit embeds

This commit is contained in:
2025-08-29 19:30:43 +02:00
parent bf518b06ed
commit e16910a735
14 changed files with 40 additions and 32 deletions

View File

@@ -1 +1 @@
from .handle_request import fetch_cooked_posts, get_topics_by_tag, get_topics_by_id
from .handle_request import fetch_cooked_posts, get_topics_by_id, get_topics_by_tag

View File

@@ -1,6 +1,6 @@
import requests
import os
import requests
from bs4 import BeautifulSoup
DISCOURSE_BASE_URL = os.getenv("DISCOURSE_BASE_URL")