fix paths

This commit is contained in:
2023-10-17 13:06:40 +03:00
committed by nikili0n
parent 1dc9d9b9b4
commit e2fd5462ca
4 changed files with 85 additions and 5 deletions

View File

@ -1,9 +1,9 @@
api_hash: cb06da2bf01e15627434223242b6446d
api_id: 21648766
chat:
- chat_id: -1001966291562
download_filter: id == 2048
last_read_message_id: 2048
- chat_id: landigos
download_filter: id == 6964
last_read_message_id: 6964
file_formats:
video:
- all

View File

@ -11,7 +11,7 @@ from pyrogram import types
from pyrogram.handlers import MessageHandler
from ruamel import yaml
import utils
from src.parsers.Telegram.telegram_media_downloader import utils
from src.parsers.Telegram.telegram_media_downloader.module.app import (
Application,
ChatDownloadConfig,

View File

@ -6,7 +6,7 @@ import threading
from flask import Flask, jsonify, render_template, request
import utils
from src.parsers.Telegram.telegram_media_downloader import utils
from flask_login import LoginManager, UserMixin, login_required, login_user
from src.parsers.Telegram.telegram_media_downloader.module.app import Application
from src.parsers.Telegram.telegram_media_downloader.module.download_stat import (