Skip to content

Instantly share code, notes, and snippets.

View Glemhel's full-sized avatar
🎴
Focusing

Mikhail Rudakov Glemhel

🎴
Focusing
  • Innopolis University
View GitHub Profile
@wildcard
wildcard / ya.py
Last active April 12, 2024 13:23 — forked from Yegorov/ya.py
Download file from Yandex.Disk through share link for large file + reconnect option on MacOS with caffeinate to prevent computer from sleep
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# https://toster.ru/q/72866
# How to
# wget http://gist.github.com/...
# chmod +x ya.py
# ./ya.py download_url path/to/directory
import os, sys, json