Skip to content

Commit 1217cea

Browse files
committed
Updated README files' internal links.
1 parent fc6a85d commit 1217cea

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@
2121
- `Path`;
2222
- `Parameters`;
2323
- `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;
2525
- **Parameters** and **Fragment** are [parsed](https://github.com/tomasfn87/url-parser/blob/main/index.html#L25) into `key` and (optional) `value`;
2626
- **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.
2727

2828
### Media Players supported
2929

3030
#### [`YouTube`](https://www.youtube.com)
3131

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).
3636

3737
#### [`Vimeo`](https://www.vimeo.com)
3838

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).
4040

4141
#### [`Spotify`](https://www.spotify.com)
4242

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);
4949
- Spotify URIs are accepted and converted into URLs.
5050

5151
#### Spotify Audio Tag for Google Tag Manager

README.pt-br.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@
2121
- `Caminho`;
2222
- `Parâmetros`;
2323
- `Fragmento`.
24-
- **Origem** tenta [obter](https://github.com/tomasfn87/url-parser/blob/main/index.html#L245) o ícone do site (`favicon`) usando uma API do Google;
24+
- **Origem** tenta [obter](https://github.com/tomasfn87/url-parser/blob/main/index.html#L247) o ícone do site (`favicon`) usando uma API do Google;
2525
- **Parâmetros** e **Fragmento** são [divididos](https://github.com/tomasfn87/url-parser/blob/main/index.html#L25) em `chave` e `valor` (opcional);
2626
- **Decodificar**: aperte o botão [`Decodificar`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L188) para resolver caracteres codificados e de fato ler o conteúdo da URL.
2727

2828
### Reprodutores de Mídia suportados
2929

3030
#### [`YouTube`](https://www.youtube.com)
3131

32-
- [`Vídeos`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L375);
33-
- [`Listas de reprodução`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L342);
34-
- [`Ao vivo`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L416);
35-
- [`Vídeos enviados pelo usuário`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L442).
32+
- [`Vídeos`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L377);
33+
- [`Listas de reprodução`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L344);
34+
- [`Ao vivo`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L418);
35+
- [`Vídeos enviados pelo usuário`](https://github.com/tomasfn87/url-parser/blob/main/index.html#L444).
3636

3737
#### [`Vimeo`](https://www.vimeo.com)
3838

3939
- [Vídeos](https://github.com/tomasfn87/url-parser/blob/main/index.html#L475).
4040

4141
#### [`Spotify`](https://www.spotify.com)
4242

43-
- [Faixas](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496);
44-
- [Episódios](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-
- [Artistas](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496);
47-
- [Álbuns](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496);
48-
- [Listas de reprodução](https://github.com/tomasfn87/url-parser/blob/main/index.html#L496);
43+
- [Faixas](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498);
44+
- [Episódios](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+
- [Artistas](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498);
47+
- [Álbuns](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498);
48+
- [Listas de reprodução](https://github.com/tomasfn87/url-parser/blob/main/index.html#L498);
4949
- URIs do Spotify são aceitas e convertidas em URLs.
5050

5151
#### Tag Áudio do Spotify para Google Tag Manager

0 commit comments

Comments
 (0)