I am creating an app which uses share functions of YouTube to add YouTube videos in my playlist, since the id of the videos in YouTube is hard to type for the users. The basic steps are:
- The user opens YouTube
- The user opens a specific video
- The user click on the share option
- He clicks on my app.
By checking the follow tutorial I found a easy way to get the shared link from YouTube: http://developer.android.com/training/sharing/receive.html
And I got the videos links liked with the follow structure:
Where VIDEO_ID is the id of the video. Here is an example: https://youtu.be/prkQ6QFv-_Y
What I wonder is if all the videos shared by YouTube will have this structure or depending on the version, the structure will change?
If the answer of the previous question is yes, please, provide the link structure for corresponding version of YouTube.