Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
refactor: sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 18, 2021
1 parent 00abf7b commit 9d36ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/downloader.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
'use strict'

const stream = require('stream')
const { promisify } = require('util')
const got = require('got')
const stream = require('stream')
const mkdirp = require('mkdirp')
const path = require('path')
const util = require('util')
const got = require('got')
const fs = require('fs')

const ENDPOINT =
Expand Down
2 changes: 1 addition & 1 deletion lib/youtube-dl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

const universalify = require('universalify')
const streamify = require('streamify')
const got = require('got')
const hms = require('hh-mm-ss')
const { URL } = require('url')
const path = require('path')
const http = require('http')
const got = require('got')

const {
isYouTubeRegex,
Expand Down

0 comments on commit 9d36ad5

Please sign in to comment.