- Algorithm to isolate the main parts and the key-value sets of a URL.
- Colorizes the URL parts and highlights characters; CLI app.
- Same code used in the WebApp but organized as a class; it also includes a test class; CLI app.
- Link:
URL Parser
- Parses a URL in 4 parts:
Domain
;Path
;Parameters
;Fragment
.
- Domain tries to obtain the site's icon (
favicon
) using a Google API; - Parameters and Fragment are parsed into
key
and (optional)value
; - Decode: press the
Decode
button to solve encoded characters and actually read the URL's content.
- Supports
YouTube
- forvideos
,playlists
anduser uploaded videos
:- When a
YouTube
video, playlist or user URL is detected, aYouTube IFrame API player
will appear bellow the result table; - Videos, playlists and user uploaded videos are
automatically played
; - Videos, playlists and user uploaded videos start
muted
. - YouTube Video
- YouTube Playlist with video
- YouTube Playlist
- YouTube User
https://
www.youtube.com/
@Google
⚠️ not all user uploaded videos lists were sucessfully loaded; bigger channels seem to work fine.
- When a
- Icon Art by @julieta_1864