You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you mean with the trending link? It's not meant to work for /feed/trending, that's not an ID.
Also why is video id length range 6-11? From what I found, video ids are 11 chars.
Because i found that they are between 6-11, at least there may be some old that are 6, don't know.
I any case it's not just some random range chosen by me.
As about youtube.com/HamdiKickProduction?v=DFYRQ_zQ-gk, it redirects to /watch in any way.
I don't believe we can handle any crazy case other there with just regex :D They are pretty good and powerful, but not always.
Because i found that they are between 6-11, at least there may be some old that are 6, don't know.
I any case it's not just some random range chosen by me.
Can you share the reference for this? Here is a link which discusses about it.
As about youtube.com/HamdiKickProduction?v=DFYRQ_zQ-gk, it redirects to /watch in any way.
I don't believe we can handle any crazy case other there with just regex :D They are pretty good and powerful, but not always.
Activity
[-]Regex doesn't work for this case[/-][+]Regex doesn't work for these cases[/+]tunnckoCore commentedon Jul 27, 2017
What you mean with the trending link? It's not meant to work for
/feed/trending
, that's not an ID.Because i found that they are between 6-11, at least there may be some old that are 6, don't know.
I any case it's not just some random range chosen by me.
tunnckoCore commentedon Jul 27, 2017
As about
youtube.com/HamdiKickProduction?v=DFYRQ_zQ-gk
, it redirects to/watch
in any way.I don't believe we can handle any crazy case other there with just regex :D They are pretty good and powerful, but not always.
a1Gupta commentedon Jul 27, 2017
Trending link is not a valid video url but regex matches this url -
youtube.com/feed/trending
tunnckoCore commentedon Jul 27, 2017
Oh, right, got it.
a1Gupta commentedon Jul 27, 2017
Can you share the reference for this? Here is a link which discusses about it.
a1Gupta commentedon Jul 27, 2017
Makes sense.
tunnckoCore commentedon Jul 27, 2017
No, I don't remember it. But thanks for the link!