I hereby claim:
- I am mmarquezs on github.
- I am mmarquezs (https://keybase.io/mmarquezs) on keybase.
- I have a public key whose fingerprint is 5CED ABAB D6CE 9E94 C424 7D98 AB78 CC2D E4FC 249A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <rss xmlns:torznab="http://torznab.com/schemas/2015/feed" version="2.0"> | |
| <channel> | |
| <title>PrivateHD</title> | |
| <link>https://www.privatehd.to/</link> | |
| <language>en-us</language> | |
| <item> | |
| <title>Family Guy S15E02 1080p WEB-DL DD5.1 H.264-CtrlHD</title> | |
| <guid>https://privatehd.to/torrent/12847-family-guy-s15e02-1080p-web-dl-dd51-h264-ctrlhd</guid> | |
| <link>http://192.168.1.52:5060/download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsIjoiaHR0cHM6Ly9wcml2YXRlaGQudG8vZG93bmxvYWQvdG9ycmVudC8xMjg0Ny5mYW1pbHkuZ3V5LnMxNWUwMi4xMDgwcC53ZWIuZGwuZGQ1LjEuaC4yNjQuY3RybGhkLnRvcnJlbnQiLCJuYmYiOjE0NzU1NjU1MjEsInMiOiJwcml2YXRlaGQifQ.FEq3ZcFM-RinTcTPJyujlCUaDqBW7y36juoObUVEfeI/Family Guy S15E02 1080p WEB-DL DD5.1 H.264-CtrlHD.torrent</link> | |
| <category>5000</category> |
| --- | |
| site: torrentbytes | |
| name: TorrentBytes | |
| language: en-us | |
| links: | |
| - http://www.torrentbytes.net/ | |
| caps: | |
| # categories: | |
| # 402: TV #TV Series |
| --- index.html 2017-03-08 20:16:55.078748101 +0100 | |
| +++ index_modified.html 2017-03-08 20:17:07.752111989 +0100 | |
| @@ -1,12 +1,12 @@ | |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| -<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
| -<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script> | |
| +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
| +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script> |
| package com.example.android.scorekeeper; | |
| import android.os.Bundle; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.view.View; | |
| import android.widget.TextView; | |
| public class MainActivity extends AppCompatActivity { | |
| int teamAPoints = 0; |
| package com.example.android.quizapp; | |
| import android.os.Bundle; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.view.View; | |
| import android.widget.CheckBox; | |
| import android.widget.EditText; | |
| import android.widget.RadioGroup; | |
| import android.widget.Toast; |