This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CF_API_TOKEN=token_same | |
| CF_DNS_API_TOKEN=token_same # Idk which token name is valid | |
| CF_EMAIL=[email protected] | |
| DOMAIN_1=ex1.ru | |
| DOMAIN_2=ex2.ru |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Created by Serge on 20.05.2024. | |
| // | |
| #include <gtest/gtest.h> | |
| #include <iostream> | |
| #include "protocol/STIP.h" | |
| #include "protocol/Session.h" | |
| #include "protocol/Connection.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U | |
| #EXTINF:-1 ,12 канал (Красноярск) | |
| http://109.248.114.17:4044/udp/239.195.41.173:1234 | |
| #EXTINF:-1 ,2Х2 | |
| http://109.248.114.17:4044/udp/239.195.0.21:1234 | |
| #EXTINF:-1 ,2х2 (+7) | |
| http://109.248.114.17:4044/udp/239.195.57.21:1234 | |
| #EXTINF:-1 ,33 канал (Владимир) | |
| http://109.248.114.17:4044/udp/239.195.41.35:1234 | |
| #EXTINF:-1 ,365 ДНЕЙ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #@title Download smth | |
| import requests | |
| from bs4 import BeautifulSoup | |
| from pathlib import Path | |
| from os.path import join | |
| from os import chdir, mkdir | |
| import PIL.Image as Image | |
| from itertools import groupby | |
| main_path = '/content/' |