Altoids1
Altoids1
Fixes #846. ## Summary This was a huge and confusing rabbit hole for me that took up an unhealthy portion of my evening, but here you go. Added a unit...
## Summary Here, `operator~=` was implemented by rewriting things a little so that equivalence is handled within MetaObjects rather than relying on snowflake behaviour hard-wired into the operator itself. This...
```dm /datum/beta var/poop /datum/alpha var/poop /datum/beta/parent_type = /datum/alpha ``` The above code causes a compile-time in BYOND (due to the duplicate var definition) but not in OD. This is because...
Previously there were some issues with downloading videos whose titles contained parentheses like `(featuring Zac Oyama)` or apostrophes (such as `Don't Laugh`). I went ahead and added filtering for those...
Basic CI stuff for this lil project! :heart: For those unfamiliar, that means that Github will test that incoming PRs compile successfully. (Really I just feel uncomfy when I don't...
 Fixes #26, as promised c: ## User-facing changelog - Fixes the "output file is empty" bug by improving how we calculate the base_url to use for accessing the video's...