Thread: Grab Motherless Download Link

Results 1 to 10 of 10
  1. #1 Grab Motherless Download Link 
    Super Donator


    Join Date
    Sep 2008
    Age
    30
    Posts
    1,894
    Thanks given
    677
    Thanks received
    776
    Rep Power
    456
    Downloads are meant to be premium only derp

    Code:
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.net.URL;
    import java.net.URLConnection;
    
    public class Motherless {
    
    	public static void main(String args[]) {
    		System.out.println(getFileUrl("*insert link here*"));
    	}
    
    	public static String getFileUrl(String link) {
    		String fileLink = "";
    		try {
    			URL url = new URL(link);
    			URLConnection con = url.openConnection();
    			BufferedReader in = new BufferedReader(new InputStreamReader(
    					con.getInputStream()));
    			String line;
    			while ((line = in.readLine()) != null) {
    				if (line.contains("s1.addVariable('file', '")) {
    					fileLink = line;
    					fileLink = fileLink.replace("s1.addVariable('file', '", "");
    					fileLink = fileLink.replace("');", " ");
    				}
    			}
    			in.close();
    			return fileLink;
    		} catch (IOException e) {
    			e.printStackTrace();
    		}
    		return fileLink;
    	}
    
    }
    Last edited by Scu11; 09-30-2011 at 12:44 AM.
    Reply With Quote  
     

  2. #2  
    Grab Motherless Download Link



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    thanks

    Attached image
    Reply With Quote  
     

  3. Thankful users:


  4. #3  
    Registered Member
    Chiief's Avatar
    Join Date
    Jun 2010
    Posts
    1,544
    Thanks given
    69
    Thanks received
    238
    Rep Power
    611
    Had to Google "Motherless" in order to see what this was about.

    Same content, different site.

    Reply With Quote  
     

  5. Thankful user:


  6. #4  
    Registered Member
    Whired's Avatar
    Join Date
    Aug 2007
    Posts
    2,126
    Thanks given
    238
    Thanks received
    500
    Rep Power
    822
    Nice program, but there are addons/extensions for this >.<

    Motherless
    Reply With Quote  
     

  7. #5  
    なぜこのテキストは日本語で書かれている ?

    Kenneh's Avatar
    Join Date
    Dec 2009
    Age
    30
    Posts
    2,753
    Thanks given
    63
    Thanks received
    296
    Rep Power
    478
    I've never really had an issue with this. Real player downloads whatever I want it to.


    Reply With Quote  
     

  8. #6  
    Respected Member

    Situations's Avatar
    Join Date
    Sep 2008
    Posts
    3,903
    Thanks given
    230
    Thanks received
    1,695
    Rep Power
    5000
    Quote Originally Posted by Kenneh View Post
    I've never really had an issue with this. Real player downloads whatever I want it to.
    I'm the exact same way.
    Reply With Quote  
     

  9. #7  
    Respected Member


    Josh's Avatar
    Join Date
    Aug 2008
    Age
    29
    Posts
    2,863
    Thanks given
    6
    Thanks received
    1,342
    Rep Power
    5000
    Reply With Quote  
     

  10. Thankful user:


  11. #8  
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    Quote Originally Posted by Josh View Post
    jdownloader is what's up.
    Reply With Quote  
     

  12. #9  
    Registered Member

    Join Date
    Dec 2008
    Posts
    1,010
    Thanks given
    0
    Thanks received
    1
    Rep Power
    271
    you know you live in a sad lonely world when this is actually of use to you.
    In absence of a real father figure I looked to Dr House for guidance through my turbulent teenaged years.
    Reply With Quote  
     

  13. #10  
    I'm Back

    Stewie's Avatar
    Join Date
    Jul 2008
    Age
    29
    Posts
    7,987
    Thanks given
    1,877
    Thanks received
    1,491
    Rep Power
    5000
    Quote Originally Posted by Dark Passenger View Post
    you know you live in a sad lonely world when this is actually of use to you.
    Everyone lives in this sad lonely world.

    Op. Thanks.


    Reply With Quote  
     

  14. Thankful user:



Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. download link for..
    By Simon in forum Requests
    Replies: 0
    Last Post: 11-29-2009, 02:25 PM
  2. Replies: 4
    Last Post: 05-19-2009, 05:34 AM
  3. Rs2e download link
    By coolasianguy in forum Requests
    Replies: 3
    Last Post: 04-16-2009, 09:52 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •