Search Posts

videoer

/bionytinfo-videoer

BioNyt.info videoer
https://www.youtube.com/user/BioNyt/videos
https://www.youtube.com/channel/UC1ydw709nXymHzjcZHh63vA
Administration: bn-mail -> (video-ikonet "opret en video eller et indlæg") -> "upload video" -> tre vandrette streger. (Som giver andre links end de tre vandrette streger i startvinduet)
Ved valg af "Videoadministrator" nås
https://www.youtube.com/my_videos?o=U

You can see your channel's user and channel IDs in your advanced account settings.

  1. Sign in to your YouTube account.
  2. In the top right, click your account icon > settings external image 0eIa_G6y8gpSYdKVP4OQNzQIjQCT8E4y47GNGcMwgb2luO9x4DXncCqHJ0k2=w18.
  3. Next to your profile photo, click Advanced.
  4. You'll see your channel's user and channel IDs under "Account information."

Navn på en video: moa-dna_klip_58.Movie

Videoer om geogenetik:
(bionytinfo): https://www.youtube.com/channel/UCzZSwuOMXWn5gFXw6QPbNAg
(bninfo@uxtRødtBind-s12afsn2 – videomanager): https://www.youtube.com/my_videos?o=U
https://www.youtube.com/watch?v=0F7qjGAYgNM&list=UUzZSwuOMXWn5gFXw6QPbNAg

Spørgsmål/svar om videoer (YouTube)
https://productforums.google.com/forum/#!topicsearchin/youtube/category$3Aask-a-how-to-question

Problem: Find ud af hvilken youtube-channel denne video ligger på.
Løsning:
How can I get a channel ID from YouTube? https://stackoverflow.com/questions/14366648/how-can-i-get-a-channel-id-from-youtube

I'm trying to retrive the data from my channel using the YouTube Data API V3.

For that I need my channel ID.

I've tried to find my channel ID from my YouTube account, and I failed in every single way.

If anyone have a single tip for me, I would be incredible glad.

This is the URL that I'm using to retrieve the data:

The ID is for the channel ID, and the key, I'm replacing the {YOUR_API_KEY} with my API KEY generated at my Google API console.
My channel ID is not:

– klauskkpm

– klausmachado

klausmachado@gmail.com

– fjTOrCPnAblTngWAzpnlMA

My channel is: http://www.youtube.com/user/klauskkpm

To obtain the channel id you can view the source code of channel page and find there data-channel-external-id="UCjXfkj5iapKHJrhYfAF9ZGg" this will be the channel id you are looking for!

Edit: This answer was outdated and incomplete. Now it can easily help everyone.
An easy answer is, your YouTube Channel ID is UC + {YOUR_ACCOUNT_ID}. To be sure of your YouTube Channel ID or your YouTube account ID, access the advanced settings at your settings page
And if you want to know the YouTube Channel ID for any channel, you could use the solution@mjlescano gave.
]]><span style="background-color: #eff0f1; font-family: Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif; vertical-align: baseline;"><span style="font-family: Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif; vertical-align: baseline;">https://www.googleapis.com/youtube/v3/channels?key={YOUR_API_KEY}&forUsername={USER_NAME}&part=id</span></span>If this could be of any help, some user marked it was solved in another topic right here.
Hope it help.

You can get the channel ID with the username (in your case "klauskkpm") using the filter "forUsername", like this:
]]><span style="background-color: #eff0f1; font-family: Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif; vertical-align: baseline;"><span style="font-family: Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif; vertical-align: baseline;">https://www.googleapis.com/youtube/v3/channels?key={YOUR_API_KEY}&forUsername=klauskkpm&part=id</span></span>More info here: https://developers.google.com/youtube/v3/docs/channels/list

http://johnnythetank.github.io/youtube-channel-name-converter (Youtube Username to Channel ID Converter)
The Converter based on this api call: https://www.googleapis.com/youtube/v3/channels?key={YOUR_API_KEY}&forUsername={USER_NAME}&part=id

https://www.youtube.com/account_advanced now provides both channel and user ids. See also https://developers.google.com/youtube/v3/guides/working_with_channel_ids .

Channel id with the current youtube version is obtained very easily if you login to YouYube website and select 'My channel'
My channelMy channel
Your channel ID will be displayed on the address bar of your browser channel idchannel id

2
2017 Update: Henry's answer may be a little off the mark here. If you look for data-channel-external-id in the source code you may find more than one ID, and only the first occurrence is actually correct. Get the channel_id used in <link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.youtube.com/feeds/videos.xml?channel_id=<VALUE_HERE"> instead.

1
To obtain the channel id you can do the following request which gives you the channel id and playlist id.
https://www.googleapis.com/youtube/v3/channels?part=contentDetails%2C+statistics%2Csnippet&mine=true&key={YOUR_API_KEY}
mine parameter means the current authorized user
as u said channel id is perfixed with UC+{your account id} which you get while login, you can use this one also without requesting the above url you can directly call the channel api with your google id and just prefix with UC
https://www.googleapis.com/youtube/v3/channels?part=contentDetails%2C+statistics%2Csnippet&id=UC{your account id}&key={YOUR_API_KEY}

An alternative to get youtube channel ID by channel url without API:
]]><span style="background-color: #eff0f1; font-family: Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif; vertical-align: baseline;"><span style="font-family: Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif; vertical-align: baseline;">function get_youtube_channel_ID($url){ $html = file_get_contents($url); preg_match("'<meta itemprop="channelId" content="(.*?)"'si", $html, $match); if($match && $match[1]); return $match[1];}</span></span>

It really is not hard anymore if you are linking to your own channel. Go to Account Settings: here
Click on the advanced link underneath your Google id top right and it will take you to a page with all sorts of useful things including your channel id.

https://i9.ytimg.com/vi/0F7qjGAYgNM/default.jpg?sqp=COCZ59YF&rs=AOn4CLBn6crA4dHj7buzIdI-4_SNKfjWbQhttps://i9.ytimg.com/vi/0F7qjGAYgNM/default.jpg?sqp=COCZ59YF&rs=AOn4CLBn6crA4dHj7buzIdI-4_SNKfjWbQ2:26

Leave a Reply