Last active
May 16, 2016 12:51
-
-
Save dweinstein/cf37d7f3dc6fdda39de9ad492b207d63 to your computer and use it in GitHub Desktop.
Revisions
-
dweinstein revised this gist
May 16, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ 'use strict'; const tsml = require('tsml'); const USER_AGENT = tsml`Android-Finsky/6.4.12.C-all%20%5B0%5D%202744941 (api=3,versionCode=80641200,sdk=23,device=flo,hardware=flo,product=razor, platformVersionRelease=6.0.1,model=Nexus%207,buildId=MOB30J,isWideScreen=0)`; const DOWNLOAD_MANAGER_USER_AGENT = tsml`AndroidDownloadManager/6.0.1 (Linux; U; Android 6.0.1; Nexus 7 Build/MOB30J)`; module.exports = { -
dweinstein revised this gist
May 16, 2016 . No changes.There are no files selected for viewing
-
dweinstein created this gist
May 16, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ 'use strict'; const tsml = require('tsml'); var USER_AGENT = tsml`Android-Finsky/6.4.12.C-all%20%5B0%5D%202744941 (api=3,versionCode=80641200,sdk=23,device=flo,hardware=flo,product=razor, platformVersionRelease=6.0.1,model=Nexus%207,buildId=MOB30J,isWideScreen=0)`; var DOWNLOAD_MANAGER_USER_AGENT = tsml`AndroidDownloadManager/6.0.1 (Linux; U; Android 6.0.1; Nexus 7 Build/MOB30J)`; module.exports = { USER_AGENT: USER_AGENT, DOWNLOAD_MANAGER_USER_AGENT: DOWNLOAD_MANAGER_USER_AGENT };