leedo / leedo/noembed

Embed Youtube user channels [feature]

Open
#81 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Perl
Stars
496
Forks
91
PR merge metrics
No merged PRs in 30d

Description

Youtube user channels are embedable. Here is a stackoverflow answer for making this happen http://stackoverflow.com/a/25565204 .

Here's an example embed conversion for a user channel url:
https://www.youtube.com/user/MODESTMOUSEVEVO
--->

<iframe src="http://www.youtube.com/embed/?listType=user_uploads&list=MODESTMOUSEVEVO" width="480" height="400"></iframe>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Stack Overflow answer linked in the issue and the example YouTube user-channel URL. Inspect the existing YouTube URL handling and its tests, if present, to determine where channel URLs are converted. Done means the sample URL produces an iframe using the user_uploads list format and the behavior is covered by a test.

Written by the indexing model from the issue text.

Assessment

Tech stack
perl
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.