Skip to content

Commit

Permalink
refactored dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestoArtigas committed Nov 16, 2022
1 parent 59645c8 commit 8f642f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import os
import requests
import re
import unicodedata

from tqdm import tqdm
from urllib.parse import unquote
Expand Down
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import downloader
import numpy as np
import requests
from base64 import urlsafe_b64encode
from bs4 import BeautifulSoup
from optparse import OptionParser

Expand All @@ -29,7 +28,6 @@ def searchForFormat(songListTable):
# conversion with numpy just for this option
formatArray = np.array(formatArray)


try:
formatArray = formatArray[start+1:end-1].tolist()
return formatArray
Expand Down

1 comment on commit 8f642f5

@ErnestoArtigas
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the issue number #1

Please sign in to comment.