diff --git a/README.md b/README.md
index b40f799..34a9ffc 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
An [elementary OS](https://elementary.io/) app written in [Vala](https://wiki.gnome.org/Projects/Vala) that provides a GUI frontend for the popular [youtube-dl](https://github.com/rg3/youtube-dl/) command line application to easily download videos from [hundreds of websites](https://rg3.github.io/youtube-dl/supportedsites.html).
-![Screenshot](https://i.imgur.com/dn98Oio.png)
+![Screenshot](data/screenshot_1.png)
## How to hack on the code
diff --git a/data/com.github.cryptowyrm.copypastegrab.appdata.xml b/data/com.github.cryptowyrm.copypastegrab.appdata.xml
index 5db6870..dbcf195 100644
--- a/data/com.github.cryptowyrm.copypastegrab.appdata.xml
+++ b/data/com.github.cryptowyrm.copypastegrab.appdata.xml
@@ -13,11 +13,11 @@
Downloading videos
- https://crypticwyrm.neocities.org/images/CopyPasteGrab_screenshot_2.png
+ https://raw.githubusercontent.com/cryptowyrm/copypastegrab/master/data/screenshot_1.png
Settings and welcome message
- https://crypticwyrm.neocities.org/images/CopyPasteGrab_screenshot_3.png
+ https://raw.githubusercontent.com/cryptowyrm/copypastegrab/master/data/screenshot_2.png
Christoph Budzinski
diff --git a/data/screenshot_1.png b/data/screenshot_1.png
new file mode 100644
index 0000000..ddb06b3
Binary files /dev/null and b/data/screenshot_1.png differ
diff --git a/data/screenshot_2.png b/data/screenshot_2.png
new file mode 100644
index 0000000..67af5be
Binary files /dev/null and b/data/screenshot_2.png differ