Skip to content

Instantly share code, notes, and snippets.

View Ordoviz's full-sized avatar

Lennard Hofmann Ordoviz

View GitHub Profile
@Ordoviz
Ordoviz / yt_dearrow_rss
Created August 23, 2024 13:20
Using DeArrow for YouTube in Newsboat
#!/usr/bin/env python3
# SPDX-License-Identifier: Unlicense
# This script allows you to use the DeArrow YouTube extension in Newsboat. Simply save this file
# under ~/.local/bin/yt_dearrow_rss and preprend `filter:~/.local/bin/yt_dearrow_rss:` to an entry in your `urls` file, e.g.
# filter:~/.local/bin/yt_dearrow_rss:https://www.youtube.com/feeds/videos.xml?channel_id=UCeiYXex_fwgYDonaTcSIk6w MinuteEarth
import requests
import xml.etree.ElementTree as ET
import sys
@Ordoviz
Ordoviz / enemy_geo.csv
Last active August 31, 2021 20:52
List of enemy Geo drops in Hollow Knight
Enemy Geo Greed Geo Percent Increase
Ambloom 2 3 0.50000
Aspid Hunter 6 8 0.33333
Aspid Mother 10 12 0.20000
Baldur 4 5 0.25000
Boofly 8 10 0.25000
Carver Hatcher 25 32 0.28000
Corpse Creeper 10 12 0.20000
Cowardly Husk 9 15 0.66667
Crawlid 2 3 0.50000