Oct. 18, 2008, 02:50 PM
If you prefer to have the video comments collapsed and the video details expanded from the beginning this filter is for you 

Code:
[Patterns]
Name = "Youtube: <div> Expand video details, collapse comments {ln}081008"
Active = TRUE
URL = "$TYPE(htm)[^/]++.youtube.com/"
Bounds = "$NEST(<div,>) $NEST(<div,>)"
Limit = 200
Match = "("
"((<div class="expand-panel)\1 expanded (small-expand-panel"> *"watch-comment-post-comment"*)\2"
"$SET(\1=<div class="expand-panel small-expand-panel">))"
"|"
"((<div id="watch-video-details" class="expand-panel)\1("> *"watch-video-details-inner"*)\2"
"$SET(\3= expanded"))"
")"
Replace = "\1 \3 \2"