Replies: 1 comment 2 replies
-
Hey @kentishh! Thanks for that! I knew there was definitely some easier way to go about it. The easiest way to find an ID for a tab is via its URL! (See Step 7) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just came across your post on reddit which I found interesting. Turns out, it's really easy to grab the files you are after from a terminal using cURL. Here is an example, downloading the Killing In the Name tab:
curl --referer https://tabs.ultimate-guitar.com/tab/rage-against-the-machine/killing-in-the-name-official-2238297 https://tabs.ultimate-guitar.com/tab/download?id=2238297 -o filenamehere.gpx
As long as you include the referer header in your GET request, you can pull down the file.
I found it quite difficult to actually get to the page with the tab without being bombarded with sign up requests etc. How did you manage to find the ID of this tab?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions