Skip to content

Commit 84e30e4

Browse files
Update README.md
1 parent 007661b commit 84e30e4

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

song_scraper_GUI/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,24 @@ Selenium
1919

2020
`python3 findMyTune.py`
2121
3. Find my Tune is opened, on the search box enter your song name with artist name<sup>1</sup>.
22-
[start window image](./screenshots/open_window_screenshot.png)
22+
![start window image](./screenshots/open_window_screenshot.png)
2323
4. Searching the song may take some time, so be patient.
24-
[search window image](./screenshots/search_song_download_screenshot.png)
24+
![search window image](./screenshots/search_song_download_screenshot.png)
2525
5. After the results are shown select any one of the results using the cursor.
26-
[search window image](./screenshots/search_song_download_screenshot.png)
26+
![search window image](./screenshots/search_song_download_screenshot.png)
2727
6. Click on the download button and wait for the results.
2828
7. Voila! your song is download and is saved inside the downloads folder.
29-
[song downloaded image](./screenshots/song_downloaded_screenshot.png)
29+
![song downloaded image](./screenshots/song_downloaded_screenshot.png)
3030
8. Use the refresh button to clear the results.
3131
9. Steps to use the application and notes are provided in the help window.
32-
[help window image](./screenshots/help_window_screenshot.png)
32+
![help window image](./screenshots/help_window_screenshot.png)
3333

34-
### NOTE
34+
### AUTHOR
35+
Code written by [Mansi Binjola](https://linktr.ee/MansiBinjola)
36+
37+
### DISCLAIMER
3538
1. Make sure there is no spelling mistake in your search, as sometimes it doesn't find the song correctly.
3639
2. There are chances that the song may not be downloaded, so please restart the interface.
3740
3. The song scraper that I have made can only download a file that is less than 5 min. If you want to download a file that is of big size, simply comment line number 69 of `mp3Clan_top_web_scraper.py`.
3841

39-
`driver.set_page_load_timeout(20)`
42+
`driver.set_page_load_timeout(20)`

0 commit comments

Comments
 (0)