Skip to content

Instantly share code, notes, and snippets.

// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © LuxAlgo
//@version=5
indicator( 'ICT Unicorn Model [LuxAlgo]'
, 'LuxAlgo - ICT Unicorn Model'
, max_boxes_count =500
, max_lines_count =500
, max_labels_count=500
, overlay=true
@snussik
snussik / ytdl_totalsize.py
Created April 13, 2020 20:12 — forked from theychx/ytdl_totalsize.py
Script that uses youtube-dl to calculate total size of all videos in a playlist (also works with single videos). Now at this repo: https://github.com/theychx/totalsize
#! /usr/bin/env python3
import math
import sys
import youtube_dl
BEST_FORMAT = "bestvideo+bestaudio/best"