Skip to content

Commit

Permalink
verify pipeline logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Jul 19, 2023
1 parent 248d8a4 commit 5aae3d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ abstract class Extractor(
"Safari/537.36",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 " +
"Safari/537.36",
"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 " +
"Safari/537.36",
"Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) " +
"Mobile/15E148 Instagram 105.0.0.11.118 (iPhone11,8; iOS 12_3_1; en_US; en-US; scale=2.00; " +
"828x1792; 165586599)",
"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 " +
"Safari/537.36"
"828x1792; 165586599)"
)
return userAgents.random()
}
Expand Down

0 comments on commit 5aae3d2

Please sign in to comment.