godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
292 stars 87 forks source link

Use HTTPS for YouTube thumbnails #185

Closed merumelu closed 5 years ago

merumelu commented 5 years ago

Helps a little with #127.

Also escape the . in the regex so it doesn't actually catch youtube<anything>com. :)

bojidar-bg commented 5 years ago

Thanks!