Блокировки, они повсюду...
Ох как надоела эта тенденция. Наша IT индустрия буквально стреляет себе в ногу силами определённых личностей и их мнений о том как для нас будет лучше.
Как бы там ни было, сейчас все советуют экстренно качать и переносить свои видосы с YouTube на отечественные аналоги.
Да, можно использовать оконные софты со всеми удобствами (VLC или Youtube Video Downloader), но мы лучше покодим😉
Я набросал небольшой скрипт для скачивания плейлиста с YouTobe в один клик.
Из зависимостей только модуль pytube.
▫️ Для скачивания выбирается максимально доступный размер видео файла.
▫️ Если файл уже существует то скачивания не будет. Удобно для апдейта обновлений.
▫️ Скрипт качает всё из плейлиста с помощью класса pytube.Playlist. Если хотите скачать канал, то просто замените класс на pytube.Channel
from pytube import Channel
PLAYLIST_URL = 'https://www.youtube.com/channel/XXXXXXXXX'
playlist = Channel(PLAYLIST_URL)
Забираем здесь ➡️
#source
#EOS/USDT analysis :
#EOS has broken out and is currently testing a previously respected resistance zone. The price is expected to test this level and rebound from there, indicating potential upward movement toward previous highs.
TF : 2H
Entry : $0.8980
Target : $1.0600
SL : $0.8470
#EOS/USDT analysis :
#EOS is currently undergoing a correction phase. The price is trading within the resistance zone and is expected to decline from this level, continuing its bearish momentum and testing previous swing lows.
TF : 1h
Entry : $0.4247
Target : $0.4007
SL : $0.4398
#EOS/USDT analysis :
#EOS is currently undergoing a correction phase within a downtrend. It is expected to test the previous resistance zone before continuing the trend. Wait for the price to test the resistance zone and reject from there before considering opening a short position.
TF : 4h
Entry : $0.5000
Target : $0.4380
SL : $0.5291
#EOS/USDT analysis -
#EOS is making lower lows and higher highs, while facing resistance from the 200 EMA. Right now, the price is in a correction phase. It is advisable to wait for the price to reach the $0.610 level and then bounce back down to go short. Keep an eye on the previous swing lows as it could be potential target level.
TF : 1h
Entry : $0.598
Target : $0.538
SL : $0.638