NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/services/xh/extractors/XhSearchStreamInfoExtractor...

21 lines
536 B
Java

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.schabi.newpipe.extractor.services.xh.extractors;
import org.schabi.newpipe.extractor.services.xh.extractors.items.XhVideo;
/**
*
* @author Rakesh
*/
public class XhSearchStreamInfoExtractor extends XhStreamInfoItemExtractor {
public XhSearchStreamInfoExtractor(XhVideo result_item) {
super(result_item);
}
}