Advertisement
AndyIsCool5463

Untitled

Sep 21st, 2019
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.38 KB | None | 0 0
  1. IncomingMessage {
  2. _readableState:
  3. ReadableState {
  4. objectMode: false,
  5. highWaterMark: 16384,
  6. buffer: BufferList { head: null, tail: null, length: 0 },
  7. length: 0,
  8. pipes:
  9. PassThrough {
  10. _readableState: [ReadableState],
  11. readable: true,
  12. _events: [Object],
  13. _eventsCount: 13,
  14. _maxListeners: undefined,
  15. _writableState: [WritableState],
  16. writable: true,
  17. allowHalfOpen: true,
  18. _transformState: [Object],
  19. abort: [Function] },
  20. pipesCount: 1,
  21. flowing: true,
  22. ended: false,
  23. endEmitted: false,
  24. reading: false,
  25. sync: true,
  26. needReadable: false,
  27. emittedReadable: false,
  28. readableListening: false,
  29. resumeScheduled: true,
  30. paused: false,
  31. emitClose: true,
  32. autoDestroy: false,
  33. destroyed: false,
  34. defaultEncoding: 'utf8',
  35. awaitDrain: 0,
  36. readingMore: true,
  37. decoder: null,
  38. encoding: null },
  39. readable: true,
  40. _events:
  41. [Object: null prototype] {
  42. end: [ [Function: responseOnEnd], [Function: onend], [Function] ],
  43. data: [ [Function: ondata], [Function: ondata] ] },
  44. _eventsCount: 2,
  45. _maxListeners: undefined,
  46. socket:
  47. TLSSocket {
  48. _tlsOptions:
  49. { pipe: false,
  50. secureContext: [SecureContext],
  51. isServer: false,
  52. requestCert: true,
  53. rejectUnauthorized: true,
  54. session: undefined,
  55. ALPNProtocols: undefined,
  56. requestOCSP: undefined },
  57. _secureEstablished: true,
  58. _securePending: false,
  59. _newSessionPending: false,
  60. _controlReleased: true,
  61. _SNICallback: null,
  62. servername: 'r4---sn-n4v7sney.googlevideo.com',
  63. alpnProtocol: false,
  64. authorized: true,
  65. authorizationError: null,
  66. encrypted: true,
  67. _events:
  68. [Object: null prototype] {
  69. close: [Array],
  70. end: [Array],
  71. secure: [Function: onConnectSecure],
  72. free: [Function: onFree],
  73. agentRemove: [Function: onRemove],
  74. drain: [Function: ondrain],
  75. error: [Function: socketErrorListener],
  76. data: [Function: socketOnData] },
  77. _eventsCount: 8,
  78. connecting: false,
  79. _hadError: false,
  80. _handle:
  81. TLSWrap {
  82. _parent: [TCP],
  83. _parentWrap: undefined,
  84. _secureContext: [SecureContext],
  85. reading: true,
  86. onread: [Function: onStreamRead],
  87. onhandshakestart: [Function: noop],
  88. onhandshakedone: [Function: bound ],
  89. onocspresponse: [Function: onocspresponse],
  90. onerror: [Function: onerror],
  91. [Symbol(owner)]: [Circular] },
  92. _parent: null,
  93. _host: 'r4---sn-n4v7sney.googlevideo.com',
  94. _readableState:
  95. ReadableState {
  96. objectMode: false,
  97. highWaterMark: 16384,
  98. buffer: BufferList { head: null, tail: null, length: 0 },
  99. length: 0,
  100. pipes: null,
  101. pipesCount: 0,
  102. flowing: true,
  103. ended: false,
  104. endEmitted: false,
  105. reading: false,
  106. sync: false,
  107. needReadable: true,
  108. emittedReadable: false,
  109. readableListening: false,
  110. resumeScheduled: false,
  111. paused: false,
  112. emitClose: false,
  113. autoDestroy: false,
  114. destroyed: false,
  115. defaultEncoding: 'utf8',
  116. awaitDrain: 0,
  117. readingMore: false,
  118. decoder: null,
  119. encoding: null },
  120. readable: true,
  121. _maxListeners: undefined,
  122. _writableState:
  123. WritableState {
  124. objectMode: false,
  125. highWaterMark: 16384,
  126. finalCalled: false,
  127. needDrain: false,
  128. ending: false,
  129. ended: false,
  130. finished: false,
  131. destroyed: false,
  132. decodeStrings: false,
  133. defaultEncoding: 'utf8',
  134. length: 0,
  135. writing: false,
  136. corked: 0,
  137. sync: false,
  138. bufferProcessing: false,
  139. onwrite: [Function: bound onwrite],
  140. writecb: null,
  141. writelen: 0,
  142. bufferedRequest: null,
  143. lastBufferedRequest: null,
  144. pendingcb: 0,
  145. prefinished: false,
  146. errorEmitted: false,
  147. emitClose: false,
  148. autoDestroy: false,
  149. bufferedRequestCount: 0,
  150. corkedRequestsFree: [Object] },
  151. writable: true,
  152. allowHalfOpen: false,
  153. _sockname: null,
  154. _pendingData: null,
  155. _pendingEncoding: '',
  156. server: undefined,
  157. _server: null,
  158. ssl:
  159. TLSWrap {
  160. _parent: [TCP],
  161. _parentWrap: undefined,
  162. _secureContext: [SecureContext],
  163. reading: true,
  164. onread: [Function: onStreamRead],
  165. onhandshakestart: [Function: noop],
  166. onhandshakedone: [Function: bound ],
  167. onocspresponse: [Function: onocspresponse],
  168. onerror: [Function: onerror],
  169. [Symbol(owner)]: [Circular] },
  170. _requestCert: true,
  171. _rejectUnauthorized: true,
  172. parser:
  173. HTTPParser {
  174. '0': [Function: parserOnHeaders],
  175. '1': [Function: parserOnHeadersComplete],
  176. '2': [Function: parserOnBody],
  177. '3': [Function: parserOnMessageComplete],
  178. '4': null,
  179. _headers: [],
  180. _url: '',
  181. socket: [Circular],
  182. incoming: [Circular],
  183. outgoing: [ClientRequest],
  184. maxHeaderPairs: 2000,
  185. _consumed: false,
  186. onIncoming: [Function: parserOnIncomingClient],
  187. [Symbol(isReused)]: true },
  188. _httpMessage:
  189. ClientRequest {
  190. _events: [Object],
  191. _eventsCount: 2,
  192. _maxListeners: undefined,
  193. output: [],
  194. outputEncodings: [],
  195. outputCallbacks: [],
  196. outputSize: 0,
  197. writable: true,
  198. _last: true,
  199. chunkedEncoding: false,
  200. shouldKeepAlive: false,
  201. useChunkedEncodingByDefault: false,
  202. sendDate: false,
  203. _removedConnection: false,
  204. _removedContLen: false,
  205. _removedTE: false,
  206. _contentLength: 0,
  207. _hasBody: true,
  208. _trailer: '',
  209. finished: true,
  210. _headerSent: true,
  211. socket: [Circular],
  212. connection: [Circular],
  213. _header:
  214. 'GET /videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mim
  215. e=video%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitc
  216. wndbps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D HTTP/1.1\r\nHost: r4---sn-n4v7sney.googlevideo.
  217. com\r\nConnection: close\r\n\r\n',
  218. _onPendingData: [Function: noopPendingOutput],
  219. agent: [Agent],
  220. socketPath: undefined,
  221. timeout: undefined,
  222. method: 'GET',
  223. path:
  224. '/videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=vi
  225. deo%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndb
  226. ps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  227. _ended: false,
  228. res: [Circular],
  229. aborted: undefined,
  230. timeoutCb: null,
  231. upgradeOrConnect: false,
  232. parser: [HTTPParser],
  233. maxHeadersCount: null,
  234. [Symbol(isCorked)]: false,
  235. [Symbol(outHeadersKey)]: [Object] },
  236. [Symbol(res)]:
  237. TLSWrap {
  238. _parent: [TCP],
  239. _parentWrap: undefined,
  240. _secureContext: [SecureContext],
  241. reading: true,
  242. onread: [Function: onStreamRead],
  243. onhandshakestart: [Function: noop],
  244. onhandshakedone: [Function: bound ],
  245. onocspresponse: [Function: onocspresponse],
  246. onerror: [Function: onerror],
  247. [Symbol(owner)]: [Circular] },
  248. [Symbol(asyncId)]: 4618,
  249. [Symbol(lastWriteQueueSize)]: 0,
  250. [Symbol(timeout)]: null,
  251. [Symbol(kBytesRead)]: 0,
  252. [Symbol(kBytesWritten)]: 0,
  253. [Symbol(connect-options)]:
  254. { rejectUnauthorized: true,
  255. ciphers:
  256. 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE
  257. -RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  258. checkServerIdentity: [Function: checkServerIdentity],
  259. minDHSize: 1024,
  260. encoding: null,
  261. _agentKey: 'r4---sn-n4v7sney.googlevideo.com:443::::::::::::::::::',
  262. href:
  263. 'https://r4---sn-n4v7sney.googlevideo.com/videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m
  264. &mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=
  265. mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  266. path: null,
  267. pathname: '/videoplayback',
  268. query:
  269. 'expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=y
  270. es&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml4
  271. wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  272. search:
  273. '?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=
  274. yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml
  275. 4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  276. hash: null,
  277. hostname: 'r4---sn-n4v7sney.googlevideo.com',
  278. port: 443,
  279. host: 'r4---sn-n4v7sney.googlevideo.com',
  280. auth: null,
  281. slashes: true,
  282. protocol: 'https:',
  283. _defaultAgent: [Agent],
  284. servername: 'r4---sn-n4v7sney.googlevideo.com',
  285. singleUse: true } },
  286. connection:
  287. TLSSocket {
  288. _tlsOptions:
  289. { pipe: false,
  290. secureContext: [SecureContext],
  291. isServer: false,
  292. requestCert: true,
  293. rejectUnauthorized: true,
  294. session: undefined,
  295. ALPNProtocols: undefined,
  296. requestOCSP: undefined },
  297. _secureEstablished: true,
  298. _securePending: false,
  299. _newSessionPending: false,
  300. _controlReleased: true,
  301. _SNICallback: null,
  302. servername: 'r4---sn-n4v7sney.googlevideo.com',
  303. alpnProtocol: false,
  304. authorized: true,
  305. authorizationError: null,
  306. encrypted: true,
  307. _events:
  308. [Object: null prototype] {
  309. close: [Array],
  310. end: [Array],
  311. secure: [Function: onConnectSecure],
  312. free: [Function: onFree],
  313. agentRemove: [Function: onRemove],
  314. drain: [Function: ondrain],
  315. error: [Function: socketErrorListener],
  316. data: [Function: socketOnData] },
  317. _eventsCount: 8,
  318. connecting: false,
  319. _hadError: false,
  320. _handle:
  321. TLSWrap {
  322. _parent: [TCP],
  323. _parentWrap: undefined,
  324. _secureContext: [SecureContext],
  325. reading: true,
  326. onread: [Function: onStreamRead],
  327. onhandshakestart: [Function: noop],
  328. onhandshakedone: [Function: bound ],
  329. onocspresponse: [Function: onocspresponse],
  330. onerror: [Function: onerror],
  331. [Symbol(owner)]: [Circular] },
  332. _parent: null,
  333. _host: 'r4---sn-n4v7sney.googlevideo.com',
  334. _readableState:
  335. ReadableState {
  336. objectMode: false,
  337. highWaterMark: 16384,
  338. buffer: BufferList { head: null, tail: null, length: 0 },
  339. length: 0,
  340. pipes: null,
  341. pipesCount: 0,
  342. flowing: true,
  343. ended: false,
  344. endEmitted: false,
  345. reading: false,
  346. sync: false,
  347. needReadable: true,
  348. emittedReadable: false,
  349. readableListening: false,
  350. resumeScheduled: false,
  351. paused: false,
  352. emitClose: false,
  353. autoDestroy: false,
  354. destroyed: false,
  355. defaultEncoding: 'utf8',
  356. awaitDrain: 0,
  357. readingMore: false,
  358. decoder: null,
  359. encoding: null },
  360. readable: true,
  361. _maxListeners: undefined,
  362. _writableState:
  363. WritableState {
  364. objectMode: false,
  365. highWaterMark: 16384,
  366. finalCalled: false,
  367. needDrain: false,
  368. ending: false,
  369. ended: false,
  370. finished: false,
  371. destroyed: false,
  372. decodeStrings: false,
  373. defaultEncoding: 'utf8',
  374. length: 0,
  375. writing: false,
  376. corked: 0,
  377. sync: false,
  378. bufferProcessing: false,
  379. onwrite: [Function: bound onwrite],
  380. writecb: null,
  381. writelen: 0,
  382. bufferedRequest: null,
  383. lastBufferedRequest: null,
  384. pendingcb: 0,
  385. prefinished: false,
  386. errorEmitted: false,
  387. emitClose: false,
  388. autoDestroy: false,
  389. bufferedRequestCount: 0,
  390. corkedRequestsFree: [Object] },
  391. writable: true,
  392. allowHalfOpen: false,
  393. _sockname: null,
  394. _pendingData: null,
  395. _pendingEncoding: '',
  396. server: undefined,
  397. _server: null,
  398. ssl:
  399. TLSWrap {
  400. _parent: [TCP],
  401. _parentWrap: undefined,
  402. _secureContext: [SecureContext],
  403. reading: true,
  404. onread: [Function: onStreamRead],
  405. onhandshakestart: [Function: noop],
  406. onhandshakedone: [Function: bound ],
  407. onocspresponse: [Function: onocspresponse],
  408. onerror: [Function: onerror],
  409. [Symbol(owner)]: [Circular] },
  410. _requestCert: true,
  411. _rejectUnauthorized: true,
  412. parser:
  413. HTTPParser {
  414. '0': [Function: parserOnHeaders],
  415. '1': [Function: parserOnHeadersComplete],
  416. '2': [Function: parserOnBody],
  417. '3': [Function: parserOnMessageComplete],
  418. '4': null,
  419. _headers: [],
  420. _url: '',
  421. socket: [Circular],
  422. incoming: [Circular],
  423. outgoing: [ClientRequest],
  424. maxHeaderPairs: 2000,
  425. _consumed: false,
  426. onIncoming: [Function: parserOnIncomingClient],
  427. [Symbol(isReused)]: true },
  428. _httpMessage:
  429. ClientRequest {
  430. _events: [Object],
  431. _eventsCount: 2,
  432. _maxListeners: undefined,
  433. output: [],
  434. outputEncodings: [],
  435. outputCallbacks: [],
  436. outputSize: 0,
  437. writable: true,
  438. _last: true,
  439. chunkedEncoding: false,
  440. shouldKeepAlive: false,
  441. useChunkedEncodingByDefault: false,
  442. sendDate: false,
  443. _removedConnection: false,
  444. _removedContLen: false,
  445. _removedTE: false,
  446. _contentLength: 0,
  447. _hasBody: true,
  448. _trailer: '',
  449. finished: true,
  450. _headerSent: true,
  451. socket: [Circular],
  452. connection: [Circular],
  453. _header:
  454. 'GET /videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mim
  455. e=video%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitc
  456. wndbps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D HTTP/1.1\r\nHost: r4---sn-n4v7sney.googlevideo.
  457. com\r\nConnection: close\r\n\r\n',
  458. _onPendingData: [Function: noopPendingOutput],
  459. agent: [Agent],
  460. socketPath: undefined,
  461. timeout: undefined,
  462. method: 'GET',
  463. path:
  464. '/videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=vi
  465. deo%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndb
  466. ps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  467. _ended: false,
  468. res: [Circular],
  469. aborted: undefined,
  470. timeoutCb: null,
  471. upgradeOrConnect: false,
  472. parser: [HTTPParser],
  473. maxHeadersCount: null,
  474. [Symbol(isCorked)]: false,
  475. [Symbol(outHeadersKey)]: [Object] },
  476. [Symbol(res)]:
  477. TLSWrap {
  478. _parent: [TCP],
  479. _parentWrap: undefined,
  480. _secureContext: [SecureContext],
  481. reading: true,
  482. onread: [Function: onStreamRead],
  483. onhandshakestart: [Function: noop],
  484. onhandshakedone: [Function: bound ],
  485. onocspresponse: [Function: onocspresponse],
  486. onerror: [Function: onerror],
  487. [Symbol(owner)]: [Circular] },
  488. [Symbol(asyncId)]: 4618,
  489. [Symbol(lastWriteQueueSize)]: 0,
  490. [Symbol(timeout)]: null,
  491. [Symbol(kBytesRead)]: 0,
  492. [Symbol(kBytesWritten)]: 0,
  493. [Symbol(connect-options)]:
  494. { rejectUnauthorized: true,
  495. ciphers:
  496. 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE
  497. -RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  498. checkServerIdentity: [Function: checkServerIdentity],
  499. minDHSize: 1024,
  500. encoding: null,
  501. _agentKey: 'r4---sn-n4v7sney.googlevideo.com:443::::::::::::::::::',
  502. href:
  503. 'https://r4---sn-n4v7sney.googlevideo.com/videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m
  504. &mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=
  505. mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  506. path: null,
  507. pathname: '/videoplayback',
  508. query:
  509. 'expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=y
  510. es&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml4
  511. wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  512. search:
  513. '?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=
  514. yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml
  515. 4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  516. hash: null,
  517. hostname: 'r4---sn-n4v7sney.googlevideo.com',
  518. port: 443,
  519. host: 'r4---sn-n4v7sney.googlevideo.com',
  520. auth: null,
  521. slashes: true,
  522. protocol: 'https:',
  523. _defaultAgent: [Agent],
  524. servername: 'r4---sn-n4v7sney.googlevideo.com',
  525. singleUse: true } },
  526. httpVersionMajor: 1,
  527. httpVersionMinor: 1,
  528. httpVersion: '1.1',
  529. complete: false,
  530. headers:
  531. { 'last-modified': 'Fri, 26 Oct 2018 09:30:09 GMT',
  532. 'content-type': 'video/mp4',
  533. date: 'Sun, 22 Sep 2019 04:27:53 GMT',
  534. expires: 'Sun, 22 Sep 2019 04:27:53 GMT',
  535. 'cache-control': 'private, max-age=21298',
  536. 'accept-ranges': 'bytes',
  537. 'content-length': '9787860',
  538. connection: 'close',
  539. 'alt-svc': 'quic=":443"; ma=2592000; v="46,43,39"',
  540. 'x-content-type-options': 'nosniff',
  541. server: 'gvs 1.0' },
  542. rawHeaders:
  543. [ 'Last-Modified',
  544. 'Fri, 26 Oct 2018 09:30:09 GMT',
  545. 'Content-Type',
  546. 'video/mp4',
  547. 'Date',
  548. 'Sun, 22 Sep 2019 04:27:53 GMT',
  549. 'Expires',
  550. 'Sun, 22 Sep 2019 04:27:53 GMT',
  551. 'Cache-Control',
  552. 'private, max-age=21298',
  553. 'Accept-Ranges',
  554. 'bytes',
  555. 'Content-Length',
  556. '9787860',
  557. 'Connection',
  558. 'close',
  559. 'Alt-Svc',
  560. 'quic=":443"; ma=2592000; v="46,43,39"',
  561. 'X-Content-Type-Options',
  562. 'nosniff',
  563. 'Server',
  564. 'gvs 1.0' ],
  565. trailers: {},
  566. rawTrailers: [],
  567. aborted: false,
  568. upgrade: false,
  569. url: '',
  570. method: null,
  571. statusCode: 200,
  572. statusMessage: 'OK',
  573. client:
  574. TLSSocket {
  575. _tlsOptions:
  576. { pipe: false,
  577. secureContext: [SecureContext],
  578. isServer: false,
  579. requestCert: true,
  580. rejectUnauthorized: true,
  581. session: undefined,
  582. ALPNProtocols: undefined,
  583. requestOCSP: undefined },
  584. _secureEstablished: true,
  585. _securePending: false,
  586. _newSessionPending: false,
  587. _controlReleased: true,
  588. _SNICallback: null,
  589. servername: 'r4---sn-n4v7sney.googlevideo.com',
  590. alpnProtocol: false,
  591. authorized: true,
  592. authorizationError: null,
  593. encrypted: true,
  594. _events:
  595. [Object: null prototype] {
  596. close: [Array],
  597. end: [Array],
  598. secure: [Function: onConnectSecure],
  599. free: [Function: onFree],
  600. agentRemove: [Function: onRemove],
  601. drain: [Function: ondrain],
  602. error: [Function: socketErrorListener],
  603. data: [Function: socketOnData] },
  604. _eventsCount: 8,
  605. connecting: false,
  606. _hadError: false,
  607. _handle:
  608. TLSWrap {
  609. _parent: [TCP],
  610. _parentWrap: undefined,
  611. _secureContext: [SecureContext],
  612. reading: true,
  613. onread: [Function: onStreamRead],
  614. onhandshakestart: [Function: noop],
  615. onhandshakedone: [Function: bound ],
  616. onocspresponse: [Function: onocspresponse],
  617. onerror: [Function: onerror],
  618. [Symbol(owner)]: [Circular] },
  619. _parent: null,
  620. _host: 'r4---sn-n4v7sney.googlevideo.com',
  621. _readableState:
  622. ReadableState {
  623. objectMode: false,
  624. highWaterMark: 16384,
  625. buffer: BufferList { head: null, tail: null, length: 0 },
  626. length: 0,
  627. pipes: null,
  628. pipesCount: 0,
  629. flowing: true,
  630. ended: false,
  631. endEmitted: false,
  632. reading: false,
  633. sync: false,
  634. needReadable: true,
  635. emittedReadable: false,
  636. readableListening: false,
  637. resumeScheduled: false,
  638. paused: false,
  639. emitClose: false,
  640. autoDestroy: false,
  641. destroyed: false,
  642. defaultEncoding: 'utf8',
  643. awaitDrain: 0,
  644. readingMore: false,
  645. decoder: null,
  646. encoding: null },
  647. readable: true,
  648. _maxListeners: undefined,
  649. _writableState:
  650. WritableState {
  651. objectMode: false,
  652. highWaterMark: 16384,
  653. finalCalled: false,
  654. needDrain: false,
  655. ending: false,
  656. ended: false,
  657. finished: false,
  658. destroyed: false,
  659. decodeStrings: false,
  660. defaultEncoding: 'utf8',
  661. length: 0,
  662. writing: false,
  663. corked: 0,
  664. sync: false,
  665. bufferProcessing: false,
  666. onwrite: [Function: bound onwrite],
  667. writecb: null,
  668. writelen: 0,
  669. bufferedRequest: null,
  670. lastBufferedRequest: null,
  671. pendingcb: 0,
  672. prefinished: false,
  673. errorEmitted: false,
  674. emitClose: false,
  675. autoDestroy: false,
  676. bufferedRequestCount: 0,
  677. corkedRequestsFree: [Object] },
  678. writable: true,
  679. allowHalfOpen: false,
  680. _sockname: null,
  681. _pendingData: null,
  682. _pendingEncoding: '',
  683. server: undefined,
  684. _server: null,
  685. ssl:
  686. TLSWrap {
  687. _parent: [TCP],
  688. _parentWrap: undefined,
  689. _secureContext: [SecureContext],
  690. reading: true,
  691. onread: [Function: onStreamRead],
  692. onhandshakestart: [Function: noop],
  693. onhandshakedone: [Function: bound ],
  694. onocspresponse: [Function: onocspresponse],
  695. onerror: [Function: onerror],
  696. [Symbol(owner)]: [Circular] },
  697. _requestCert: true,
  698. _rejectUnauthorized: true,
  699. parser:
  700. HTTPParser {
  701. '0': [Function: parserOnHeaders],
  702. '1': [Function: parserOnHeadersComplete],
  703. '2': [Function: parserOnBody],
  704. '3': [Function: parserOnMessageComplete],
  705. '4': null,
  706. _headers: [],
  707. _url: '',
  708. socket: [Circular],
  709. incoming: [Circular],
  710. outgoing: [ClientRequest],
  711. maxHeaderPairs: 2000,
  712. _consumed: false,
  713. onIncoming: [Function: parserOnIncomingClient],
  714. [Symbol(isReused)]: true },
  715. _httpMessage:
  716. ClientRequest {
  717. _events: [Object],
  718. _eventsCount: 2,
  719. _maxListeners: undefined,
  720. output: [],
  721. outputEncodings: [],
  722. outputCallbacks: [],
  723. outputSize: 0,
  724. writable: true,
  725. _last: true,
  726. chunkedEncoding: false,
  727. shouldKeepAlive: false,
  728. useChunkedEncodingByDefault: false,
  729. sendDate: false,
  730. _removedConnection: false,
  731. _removedContLen: false,
  732. _removedTE: false,
  733. _contentLength: 0,
  734. _hasBody: true,
  735. _trailer: '',
  736. finished: true,
  737. _headerSent: true,
  738. socket: [Circular],
  739. connection: [Circular],
  740. _header:
  741. 'GET /videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mim
  742. e=video%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitc
  743. wndbps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D HTTP/1.1\r\nHost: r4---sn-n4v7sney.googlevideo.
  744. com\r\nConnection: close\r\n\r\n',
  745. _onPendingData: [Function: noopPendingOutput],
  746. agent: [Agent],
  747. socketPath: undefined,
  748. timeout: undefined,
  749. method: 'GET',
  750. path:
  751. '/videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=vi
  752. deo%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndb
  753. ps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  754. _ended: false,
  755. res: [Circular],
  756. aborted: undefined,
  757. timeoutCb: null,
  758. upgradeOrConnect: false,
  759. parser: [HTTPParser],
  760. maxHeadersCount: null,
  761. [Symbol(isCorked)]: false,
  762. [Symbol(outHeadersKey)]: [Object] },
  763. [Symbol(res)]:
  764. TLSWrap {
  765. _parent: [TCP],
  766. _parentWrap: undefined,
  767. _secureContext: [SecureContext],
  768. reading: true,
  769. onread: [Function: onStreamRead],
  770. onhandshakestart: [Function: noop],
  771. onhandshakedone: [Function: bound ],
  772. onocspresponse: [Function: onocspresponse],
  773. onerror: [Function: onerror],
  774. [Symbol(owner)]: [Circular] },
  775. [Symbol(asyncId)]: 4618,
  776. [Symbol(lastWriteQueueSize)]: 0,
  777. [Symbol(timeout)]: null,
  778. [Symbol(kBytesRead)]: 0,
  779. [Symbol(kBytesWritten)]: 0,
  780. [Symbol(connect-options)]:
  781. { rejectUnauthorized: true,
  782. ciphers:
  783. 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE
  784. -RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  785. checkServerIdentity: [Function: checkServerIdentity],
  786. minDHSize: 1024,
  787. encoding: null,
  788. _agentKey: 'r4---sn-n4v7sney.googlevideo.com:443::::::::::::::::::',
  789. href:
  790. 'https://r4---sn-n4v7sney.googlevideo.com/videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m
  791. &mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=
  792. mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  793. path: null,
  794. pathname: '/videoplayback',
  795. query:
  796. 'expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=y
  797. es&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml4
  798. wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  799. search:
  800. '?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=video%2Fmp4&gir=
  801. yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AHylml
  802. 4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  803. hash: null,
  804. hostname: 'r4---sn-n4v7sney.googlevideo.com',
  805. port: 443,
  806. host: 'r4---sn-n4v7sney.googlevideo.com',
  807. auth: null,
  808. slashes: true,
  809. protocol: 'https:',
  810. _defaultAgent: [Agent],
  811. servername: 'r4---sn-n4v7sney.googlevideo.com',
  812. singleUse: true } },
  813. _consuming: false,
  814. _dumped: false,
  815. req:
  816. ClientRequest {
  817. _events:
  818. [Object: null prototype] {
  819. error: [Function: onRequestError],
  820. prefinish: [Function: requestOnPrefinish] },
  821. _eventsCount: 2,
  822. _maxListeners: undefined,
  823. output: [],
  824. outputEncodings: [],
  825. outputCallbacks: [],
  826. outputSize: 0,
  827. writable: true,
  828. _last: true,
  829. chunkedEncoding: false,
  830. shouldKeepAlive: false,
  831. useChunkedEncodingByDefault: false,
  832. sendDate: false,
  833. _removedConnection: false,
  834. _removedContLen: false,
  835. _removedTE: false,
  836. _contentLength: 0,
  837. _hasBody: true,
  838. _trailer: '',
  839. finished: true,
  840. _headerSent: true,
  841. socket:
  842. TLSSocket {
  843. _tlsOptions: [Object],
  844. _secureEstablished: true,
  845. _securePending: false,
  846. _newSessionPending: false,
  847. _controlReleased: true,
  848. _SNICallback: null,
  849. servername: 'r4---sn-n4v7sney.googlevideo.com',
  850. alpnProtocol: false,
  851. authorized: true,
  852. authorizationError: null,
  853. encrypted: true,
  854. _events: [Object],
  855. _eventsCount: 8,
  856. connecting: false,
  857. _hadError: false,
  858. _handle: [TLSWrap],
  859. _parent: null,
  860. _host: 'r4---sn-n4v7sney.googlevideo.com',
  861. _readableState: [ReadableState],
  862. readable: true,
  863. _maxListeners: undefined,
  864. _writableState: [WritableState],
  865. writable: true,
  866. allowHalfOpen: false,
  867. _sockname: null,
  868. _pendingData: null,
  869. _pendingEncoding: '',
  870. server: undefined,
  871. _server: null,
  872. ssl: [TLSWrap],
  873. _requestCert: true,
  874. _rejectUnauthorized: true,
  875. parser: [HTTPParser],
  876. _httpMessage: [Circular],
  877. [Symbol(res)]: [TLSWrap],
  878. [Symbol(asyncId)]: 4618,
  879. [Symbol(lastWriteQueueSize)]: 0,
  880. [Symbol(timeout)]: null,
  881. [Symbol(kBytesRead)]: 0,
  882. [Symbol(kBytesWritten)]: 0,
  883. [Symbol(connect-options)]: [Object] },
  884. connection:
  885. TLSSocket {
  886. _tlsOptions: [Object],
  887. _secureEstablished: true,
  888. _securePending: false,
  889. _newSessionPending: false,
  890. _controlReleased: true,
  891. _SNICallback: null,
  892. servername: 'r4---sn-n4v7sney.googlevideo.com',
  893. alpnProtocol: false,
  894. authorized: true,
  895. authorizationError: null,
  896. encrypted: true,
  897. _events: [Object],
  898. _eventsCount: 8,
  899. connecting: false,
  900. _hadError: false,
  901. _handle: [TLSWrap],
  902. _parent: null,
  903. _host: 'r4---sn-n4v7sney.googlevideo.com',
  904. _readableState: [ReadableState],
  905. readable: true,
  906. _maxListeners: undefined,
  907. _writableState: [WritableState],
  908. writable: true,
  909. allowHalfOpen: false,
  910. _sockname: null,
  911. _pendingData: null,
  912. _pendingEncoding: '',
  913. server: undefined,
  914. _server: null,
  915. ssl: [TLSWrap],
  916. _requestCert: true,
  917. _rejectUnauthorized: true,
  918. parser: [HTTPParser],
  919. _httpMessage: [Circular],
  920. [Symbol(res)]: [TLSWrap],
  921. [Symbol(asyncId)]: 4618,
  922. [Symbol(lastWriteQueueSize)]: 0,
  923. [Symbol(timeout)]: null,
  924. [Symbol(kBytesRead)]: 0,
  925. [Symbol(kBytesWritten)]: 0,
  926. [Symbol(connect-options)]: [Object] },
  927. _header:
  928. 'GET /videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=v
  929. ideo%2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwnd
  930. bps&lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D HTTP/1.1\r\nHost: r4---sn-n4v7sney.googlevideo.com
  931. \r\nConnection: close\r\n\r\n',
  932. _onPendingData: [Function: noopPendingOutput],
  933. agent:
  934. Agent {
  935. _events: [Object],
  936. _eventsCount: 1,
  937. _maxListeners: undefined,
  938. defaultPort: 443,
  939. protocol: 'https:',
  940. options: [Object],
  941. requests: {},
  942. sockets: [Object],
  943. freeSockets: {},
  944. keepAliveMsecs: 1000,
  945. keepAlive: false,
  946. maxSockets: Infinity,
  947. maxFreeSockets: 256,
  948. maxCachedSessions: 100,
  949. _sessionCache: [Object] },
  950. socketPath: undefined,
  951. timeout: undefined,
  952. method: 'GET',
  953. path:
  954. '/videoplayback?expire=1569148071&ei=R_iGXYfTD86Bir4P5YG5sAg&ip=23.122.231.44&id=o-AJxn3NUB_TyFnSXjLNY1n1AI5H3U3Co8pfnyZ3ffGIpi&itag=18&source=youtube&requiressl=yes&mm=31%2C29&mn=sn-n4v7sney%2Csn-o097znl6&ms=au%2Crdu&mv=m&mvi=3&pl=19&initcwndbps=1031250&mime=video
  955. %2Fmp4&gir=yes&clen=9787860&ratebypass=yes&dur=147.632&lmt=1540546209041096&mt=1569126342&fvip=2&c=WEB&txp=5531432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&lsparams=mm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&
  956. lsig=AHylml4wRAIgQekmPssUydSIjQ__d01JS88MBaoFWIM4ieQXONjmfMsCIB2nzXPXnh8ZJp9zU4xD8L7EHn1Meel7X2v1YUM2vRRR&sig=ALgxI2wwRgIhAKP9pDijX1F__8qw4PzsJkhup21IU4EOsNsfJidOs214AiEA8obh6NzwZ1DGW23OgQksoF-x5vVXjXVz08gQ1pXABYs%3D',
  957. _ended: false,
  958. res: [Circular],
  959. aborted: undefined,
  960. timeoutCb: null,
  961. upgradeOrConnect: false,
  962. parser:
  963. HTTPParser {
  964. '0': [Function: parserOnHeaders],
  965. '1': [Function: parserOnHeadersComplete],
  966. '2': [Function: parserOnBody],
  967. '3': [Function: parserOnMessageComplete],
  968. '4': null,
  969. _headers: [],
  970. _url: '',
  971. socket: [TLSSocket],
  972. incoming: [Circular],
  973. outgoing: [Circular],
  974. maxHeaderPairs: 2000,
  975. _consumed: false,
  976. onIncoming: [Function: parserOnIncomingClient],
  977. [Symbol(isReused)]: true },
  978. maxHeadersCount: null,
  979. [Symbol(isCorked)]: false,
  980. [Symbol(outHeadersKey)]: [Object: null prototype] { host: [Array] } } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement