|
21 | 21 | - `Path`; |
22 | 22 | - `Parameters`; |
23 | 23 | - `Fragment`. |
24 | | -- **Origin** tries to [obtain](https://github.com/tomasfn87/url-parser/blob/main/index.html#L245) the site's icon (`favicon`) using a Google API; |
| 24 | +- **Origin** tries to [obtain](https://github.com/tomasfn87/url-parser/blob/main/index.html#L247) the site's icon (`favicon`) using a Google API; |
25 | 25 | - **Parameters** and **Fragment** are [parsed](https://github.com/tomasfn87/url-parser/blob/main/index.html#L25) into `key` and (optional) `value`; |
26 | 26 | - **Decode**: press the [`Decode`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L188) button to solve encoded characters and actually read the URL's content. |
27 | 27 |
|
28 | 28 | ### Media Players supported |
29 | 29 |
|
30 | 30 | #### [`YouTube`](https://www.youtube.com) |
31 | 31 |
|
32 | | -- [`Videos`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L375); |
33 | | -- [`Playlists`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L342); |
34 | | -- [`Lives`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L416); |
35 | | -- [`User uploaded videos`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L442). |
| 32 | +- [`Videos`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L377); |
| 33 | +- [`Playlists`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L344); |
| 34 | +- [`Lives`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L418); |
| 35 | +- [`User uploaded videos`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L444). |
36 | 36 |
|
37 | 37 | #### [`Vimeo`](https://www.vimeo.com) |
38 | 38 |
|
39 | | -- [Videos](https://github.com/tomasfn87/url-parser/blob/main/index.html#L475). |
| 39 | +- [Videos](https://github.com/tomasfn87/url-parser/blob/main/index.html#L477). |
40 | 40 |
|
41 | 41 | #### [`Spotify`](https://www.spotify.com) |
42 | 42 |
|
43 | | -- [Tracks](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496); |
44 | | -- [Episodes](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496); |
45 | | -- [Shows](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496); |
46 | | -- [Artists](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496); |
47 | | -- [Albums](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496); |
48 | | -- [Playlists](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496); |
| 43 | +- [Tracks](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498); |
| 44 | +- [Episodes](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498); |
| 45 | +- [Shows](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498); |
| 46 | +- [Artists](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498); |
| 47 | +- [Albums](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498); |
| 48 | +- [Playlists](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498); |
49 | 49 | - Spotify URIs are accepted and converted into URLs. |
50 | 50 |
|
51 | 51 | #### Spotify Audio Tag for Google Tag Manager |
|
0 commit comments