Scraping only first lines on a text file

Do you know how to scrape only the first 4 lines on this page ? At the moment, I am able to scrape "only" the full page :smiley:

From 58478c75c1da315323cfa621d3eca827196399e7 Mon Sep 17 00:00:00 2001
From: Antoine L****** <antoine@*********.com>
Date: Sun, 16 Mar 2014 21:36:24 +0100
Subject: [PATCH] patator: 0.4 -> 0.5

Url: https://github.com/alub/aur-packages/commit/58478c75c1da315323cfa621d3eca827196399e7.patch

put this into regex

((.*?)\n){4}

terrific ! thank you

for information ,if I want only line 4 ? What is the right regex ?

Line 4 always starts with the word Subject: right? You can just use this:

Subject:.*\n