Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > .NET Languages
You last visited: Today at 22:48

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Kinox.to Stream laden

Discussion on Kinox.to Stream laden within the .NET Languages forum part of the Coders Den category.

Reply
 
Old   #1
 
Ludder231's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 880
Received Thanks: 113
Kinox.to Stream laden

Hi,

wollte mal fragen ob hier jemand weiß wie ich es schaffe mit httpwebrequest
Kinox streams öffnen kann.

PHP Code:
WebRPost("http://kinox.to/aGET/Mirror/" Serie "&Hoster=5&Mirror=2&Season=" cmbStaffel.Text.Split(' ')[1] + "&Episode=1"""); 
PHP Code:
private string WebRPost(string URLstring Post)
        {

            
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(URL);
            
request.Method "GET";
            
request.UserAgent "Mozilla/5.0 (Windows; U; WIndows NT 6.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/4.0 (.NET CLR 3.5.30729)";
            
request.CookieContainer = new CookieContainer();
            foreach (
Cookie entry in Cookies)
            {
                
request.CookieContainer.Add(entry);
            }
            
request.AllowAutoRedirect true;
            
request.Proxy null;
            
Stream DataStream = default(Stream);
            
// Rückgabe holen
            
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
            
DataStream response.GetResponseStream();
            
StreamReader reader = new StreamReader(DataStream);
            
string ServerResponse reader.ReadToEnd();
            
reader.Close();
            
DataStream.Close();
            
response.Close();



            return 
ServerResponse;

        } 
Also antwort bekomm ich nur:
PHP Code:
{"Stream":"<\/a>","Replacement":"
\t
Sockshare.com<\/div>\t
Mirror<\/b>: 3\/3
Vom<\/b>: 04.05.2013<\/div><\/li>"
,"HosterName":"Sockshare.com","HosterHome":"http:\/\/sockshare.com\/"
Ludder231 is offline  
Old 10/25/2013, 20:41   #2

 
Nanoxx™'s Avatar
 
elite*gold: 15
Join Date: Feb 2013
Posts: 2,880
Received Thanks: 465
Versuch den Stream von Streamcloud zu holen...

Das ist ein Datei-Link im Source
Nanoxx™ is offline  
Thanks
1 User
Old 10/25/2013, 21:13   #3
 
tolio's Avatar
 
elite*gold: 2932
The Black Market: 169/1/0
Join Date: Oct 2009
Posts: 6,966
Received Thanks: 1,097
wenn du auf einen mirror klickst werden die informationen(der link im wesentlichen) dieses mirrors per ajax geladen und so auf der seite eingebettet das du beim richtigen link raus kommst wenn du dann auf das player bild klickst
wenn du dir das was du da als antwort bekommen hast mal im quellcode anschaust und nicht im browser siehst du darin den link der eingebettet wird, also dein ziel. nurnoch die escape backslashes wieder raushauen und fertig
tolio is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 22:48.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.