(numberState)
| 206 | } |
| 207 | |
| 208 | function numberFormat(numberState) { |
| 209 | return UfsGlobal.Utils.getNumberFormatter("compactShort").format(numberState); |
| 210 | } |
| 211 | |
| 212 | // Information gathering: https://greasyfork.org/en/scripts/471103-youtubedl/code |
| 213 | function getVideoInformation(url) { |