Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #325

Closed
wants to merge 2 commits into from
Closed

Patch 1 #325

wants to merge 2 commits into from

Conversation

NickolayT
Copy link

If I use some videos (example: http://www.youtube.com/watch?feature=player_detailpage&v=n1fS63AbQks) it can't work. Why do you use /https?://(?:[a-zA_Z]{2,3}.)?(?:youtube.com/watch?)((?:[\w\d-=]+&(?:amp;)?)v(?:<[A-Z]+>)?=([0-9a-zA-Z-]+))/i. I suggest to use /https?://(?:[a-zA_Z]{2,3}.)?(?:youtube.com/watch?)((?:[\w\d-=]+&(?:amp;)?)v(?:<[A-Z]+>)?=([0-9a-zA-Z-]+))/i. I replace & by &.

If I use some videos (example: http://www.youtube.com/watch?feature=player_detailpage&v=n1fS63AbQks) it can't work. Why do you use /https?:\/\/(?:[a-zA_Z]{2,3}.)?(?:youtube.com\/watch\?)((?:[\w\d-_\=]+&(?:amp;)?)v(?:<[A-Z]+>)?=([0-9a-zA-Z-_]+))/i. I suggest to use /https?:\/\/(?:[a-zA_Z]{2,3}.)?(?:youtube.com\/watch\?)((?:[\w\d-_\=]+&(?:amp;)?)v(?:<[A-Z]+>)?=([0-9a-zA-Z-_]+))/i. I replace & by &.
@NickolayT
Copy link
Author

If I use some videos (example: http://www.youtube.com/watch?feature=player_detailpage&v=n1fS63AbQks) it can't work. Why do you use /https?://(?:[a-zA_Z]{2,3}.)?(?:youtube.com/watch?)((?:[\w\d-=]+&(?:amp;)?)v(?:<[A-Z]+>)?=([0-9a-zA-Z-]+))/i. I suggest to use /https?://(?:[a-zA_Z]{2,3}.)?(?:youtube.com/watch?)((?:[\w\d-=]+&(?:amp;)?)v(?:<[A-Z]+>)?=([0-9a-zA-Z-]+))/i. I replace & by &.

@ghost ghost closed this Sep 5, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant