以字符串形式读取github上.json文件
如下:
https://github.com/hpu-spring87/ebooks/blob/master/update.json
如果直接用httpclient读取该URL地址,得到结果是这样的:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 | <! DOCTYPE html> < html lang="en" class=" is-copy-enabled emoji-size-boost is-u2f-enabled"> < head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#"> < meta charset='utf-8'> < link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-31e369ccd2b23a1eccde83f03ef36eafff1f7b9025f6042ccac33a7915753de2.css" integrity="sha256-MeNpzNKyOh7M3oPwPvNur/8fe5Al9gQsysM6eRV1PeI=" media="all" rel="stylesheet" /> < link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-42ceeb657525da865f82d1f7a844f3b8ab55c435f054cc62b92911bee9b25e90.css" integrity="sha256-Qs7rZXUl2oZfgtH3qETzuKtVxDXwVMxiuSkRvumyXpA=" media="all" rel="stylesheet" /> < meta http-equiv="X-UA-Compatible" content="IE=edge"> < meta http-equiv="Content-Language" content="en"> < meta name="viewport" content="width=device-width"> < title >ebooks/update.json at master · hpu-spring87/ebooks</ title > < link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> < link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> < link rel="apple-touch-icon" href="/apple-touch-icon.png"> < link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> < link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> < link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> < link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> < link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> < link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> < link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> < link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> < link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> < meta property="fb:app_id" content="1401488693436528"> < meta content="https://avatars2.githubusercontent.com/u/8155092?v=3&s=400" name="twitter:image:src" />< meta content="@github" name="twitter:site" />< meta content="summary" name="twitter:card" />< meta content="hpu-spring87/ebooks" name="twitter:title" />< meta content="Contribute to ebooks development by creating an account on GitHub." name="twitter:description" /> < meta content="https://avatars2.githubusercontent.com/u/8155092?v=3&s=400" property="og:image" />< meta content="GitHub" property="og:site_name" />< meta content="object" property="og:type" />< meta content="hpu-spring87/ebooks" property="og:title" />< meta content="https://github.com/hpu-spring87/ebooks" property="og:url" />< meta content="Contribute to ebooks development by creating an account on GitHub." property="og:description" /> < meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> < meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> < link rel="assets" href="https://assets-cdn.github.com/"> < link rel="web-socket" href="wss://live.github.com/_sockets/ODE1NTA5MjpjZTBlM2E1ZTVjYjkxM2UyODY5Y2FlMjQyYWUwNzU3Mjo3NjJiNmNjMmVlNzZhYjE4NGI4ZjRjZjFmYjcyNmY3NTgyMmI4YWJlNTgwNGExNzE3OTdlYmFkNGIxMTY5MjBi--0f01ac662d0cd96e7c2d308646404a23f387a1f7"> < meta name="pjax-timeout" content="1000"> < link rel="sudo-modal" href="/sessions/sudo_modal"> < meta name="request-id" content="2D3F5808:7582:F4CCADA:582D552B" data-pjax-transient> < meta name="msapplication-TileImage" content="/windows-tile.png"> < meta name="msapplication-TileColor" content="#ffffff"> < meta name="selected-link" value="repo_source" data-pjax-transient> < meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> < meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> < meta name="google-analytics" content="UA-3769691-2"> < meta content="collector.githubapp.com" name="octolytics-host" />< meta content="github" name="octolytics-app-id" />< meta content="2D3F5808:7582:F4CCADA:582D552B" name="octolytics-dimension-request_id" />< meta content="8155092" name="octolytics-actor-id" />< meta content="hpu-spring87" name="octolytics-actor-login" />< meta content="8961a358ed144608ca9473d8ea4ec825f4e8470738f9e52b394e4b2c5451ab5d" name="octolytics-actor-hash" /> < meta content="/<user-name>/< repo-name >/blob/show" data-pjax-transient="true" name="analytics-location" /> < meta class="js-ga-set" name="dimension1" content="Logged In"> < meta name="hostname" content="github.com"> < meta name="user-login" content="hpu-spring87"> < meta name="expected-hostname" content="github.com"> < meta name="js-proxy-site-detection-payload" content="ZWUxMmM4YjI5NGJjZjEyZGM2M2I0ODQ5NzllZjJjYzJmMzczMWZjNWY0MzQ4MDU0MTY1MDUxNTJiZGE0ZGJkNnx7InJlbW90ZV9hZGRyZXNzIjoiNDUuNjMuODguOCIsInJlcXVlc3RfaWQiOiIyRDNGNTgwODo3NTgyOkY0Q0NBREE6NTgyRDU1MkIiLCJ0aW1lc3RhbXAiOjE0NzkzNjU5MzEsImhvc3QiOiJnaXRodWIuY29tIn0="> < link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#4078c0"> < link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico"> < meta name="html-safe-nonce" content="5f52dbd5c827f800ffd59ad368dd4658914f72ff"> < meta content="2b42180ad8ccd321ef27d6ecfbe1103aaf193e0e" name="form-nonce" /> < meta http-equiv="x-pjax-version" content="928488f1920e72ea11d669c886bb8f8e"> < meta name="description" content="Contribute to ebooks development by creating an account on GitHub."> < meta name="go-import" content="github.com/hpu-spring87/ebooks git https://github.com/hpu-spring87/ebooks.git"> < meta content="8155092" name="octolytics-dimension-user_id" />< meta content="hpu-spring87" name="octolytics-dimension-user_login" />< meta content="73902956" name="octolytics-dimension-repository_id" />< meta content="hpu-spring87/ebooks" name="octolytics-dimension-repository_nwo" />< meta content="true" name="octolytics-dimension-repository_public" />< meta content="false" name="octolytics-dimension-repository_is_fork" />< meta content="73902956" name="octolytics-dimension-repository_network_root_id" />< meta content="hpu-spring87/ebooks" name="octolytics-dimension-repository_network_root_nwo" /> < link href="https://github.com/hpu-spring87/ebooks/commits/master.atom" rel="alternate" title="Recent Commits to ebooks:master" type="application/atom+xml"> < link rel="canonical" href="https://github.com/hpu-spring87/ebooks/blob/master/update.json" data-pjax-transient> </ head > < body class="logged-in env-production macintosh vis-public page-blob"> < div id="js-pjax-loader-bar" class="pjax-loader-bar">< div class="progress"></ div ></ div > < a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</ a > < div class="header header-logged-in true" role="banner"> < div class="container clearfix"> < a class="header-logo-invertocat" href="https://github.com/" data-hotkey="g d" aria-label="Homepage" data-ga-click="Header, go to dashboard, icon:logo"> < svg aria-hidden="true" class="octicon octicon-mark-github" height="28" version="1.1" viewBox="0 0 16 16" width="28">< path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></ svg > </ a > < div class="header-search scoped-search site-scoped-search js-site-search" role="search"> <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="/hpu-spring87/ebooks/search" class="js-site-search-form" data-scoped-search-url="/hpu-spring87/ebooks/search" data-unscoped-search-url="/search" method="get">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" /></ div > < label class="form-control header-search-wrapper js-chromeless-input-container"> < div class="header-search-scope">This repository</ div > < input type="text" class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable" data-hotkey="s" name="q" placeholder="Search" aria-label="Search this repository" data-unscoped-placeholder="Search GitHub" data-scoped-placeholder="Search" autocapitalize="off"> </ label > </ form ></ div > < ul class="header-nav float-left" role="navigation"> < li class="header-nav-item"> < a href="/pulls" aria-label="Pull requests you created" class="js-selected-navigation-item header-nav-link" data-ga-click="Header, click, Nav menu - item:pulls context:user" data-hotkey="g p" data-selected-links="/pulls /pulls/assigned /pulls/mentioned /pulls"> Pull requests </ a > </ li > < li class="header-nav-item"> < a href="/issues" aria-label="Issues you created" class="js-selected-navigation-item header-nav-link" data-ga-click="Header, click, Nav menu - item:issues context:user" data-hotkey="g i" data-selected-links="/issues /issues/assigned /issues/mentioned /issues"> Issues </ a > </ li > < li class="header-nav-item"> < a class="header-nav-link" href="https://gist.github.com/" data-ga-click="Header, go to gist, text:gist">Gist</ a > </ li > </ ul > < ul class="header-nav user-nav float-right" id="user-links"> < li class="header-nav-item"> </ li > < li class="header-nav-item dropdown js-menu-container"> < a class="header-nav-link tooltipped tooltipped-s js-menu-target" href="/new" aria-label="Create new…" data-ga-click="Header, create new, icon:add"> < svg aria-hidden="true" class="octicon octicon-plus float-left" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M12 9H7v5H5V9H0V7h5V2h2v5h5z"/></ svg > < span class="dropdown-caret"></ span > </ a > < div class="dropdown-menu-content js-menu-content"> < ul class="dropdown-menu dropdown-menu-sw"> < a class="dropdown-item" href="/new" data-ga-click="Header, create new repository"> New repository </ a > < a class="dropdown-item" href="/new/import" data-ga-click="Header, import a repository"> Import repository </ a > < a class="dropdown-item" href="https://gist.github.com/" data-ga-click="Header, create new gist"> New gist </ a > < a class="dropdown-item" href="/organizations/new" data-ga-click="Header, create new organization"> New organization </ a > < div class="dropdown-divider"></ div > < div class="dropdown-header"> < span title="hpu-spring87/ebooks">This repository</ span > </ div > < a class="dropdown-item" href="/hpu-spring87/ebooks/issues/new" data-ga-click="Header, create new issue"> New issue </ a > < a class="dropdown-item" href="/hpu-spring87/ebooks/settings/collaboration" data-ga-click="Header, create new collaborator"> New collaborator </ a > </ ul > </ div > </ li > < li class="header-nav-item dropdown js-menu-container"> < a class="header-nav-link name tooltipped tooltipped-sw js-menu-target" href="/hpu-spring87" aria-label="View profile and more" data-ga-click="Header, show menu, icon:avatar"> < img alt="@hpu-spring87" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/8155092?v=3&s=40" width="20" /> < span class="dropdown-caret"></ span > </ a > < div class="dropdown-menu-content js-menu-content"> < div class="dropdown-menu dropdown-menu-sw"> < div class="dropdown-header header-nav-current-user css-truncate"> Signed in as < strong class="css-truncate-target">hpu-spring87</ strong > </ div > < div class="dropdown-divider"></ div > < a class="dropdown-item" href="/hpu-spring87" data-ga-click="Header, go to profile, text:your profile"> Your profile </ a > < a class="dropdown-item" href="/hpu-spring87?tab=stars" data-ga-click="Header, go to starred repos, text:your stars"> Your stars </ a > < a class="dropdown-item" href="/explore" data-ga-click="Header, go to explore, text:explore"> Explore </ a > < a class="dropdown-item" href="/integrations" data-ga-click="Header, go to integrations, text:integrations"> Integrations </ a > < a class="dropdown-item" href="https://help.github.com" data-ga-click="Header, go to help, text:help"> Help </ a > < div class="dropdown-divider"></ div > < a class="dropdown-item" href="/settings/profile" data-ga-click="Header, go to settings, icon:settings"> Settings </ a > <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="/logout" class="logout-form" data-form-nonce="2b42180ad8ccd321ef27d6ecfbe1103aaf193e0e" method="post">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" />< input name="authenticity_token" type="hidden" value="G84T3rC6GH1P6ZBmT9SM2XCHZFj+xsO59wg+WIriIquGghA9bE+aV9txyWcA6ULQbptR5nj519SfsC3wybT5pw==" /></ div > < button type="submit" class="dropdown-item dropdown-signout" data-ga-click="Header, sign out, icon:logout"> Sign out </ button > </ form > </ div > </ div > </ li > </ ul > </ div > </ div > < div id="start-of-content" class="accessibility-aid"></ div > < div id="js-flash-container"> </ div > < div role="main"> < div itemscope itemtype="http://schema.org/SoftwareSourceCode"> < div id="js-repo-pjax-container" data-pjax-container> < div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav"> < div class="container repohead-details-container"> < ul class="pagehead-actions"> < li > <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="/notifications/subscribe" class="js-social-container" data-autosubmit="true" data-form-nonce="2b42180ad8ccd321ef27d6ecfbe1103aaf193e0e" data-remote="true" method="post">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" />< input name="authenticity_token" type="hidden" value="F0Bopvuj1WxRgg7hWrv6rm9gShxBfQWon6iPOFpFp7Xtlpc2guceA2/dEB77BH4eoSKOBPIcpoSYNt2na7vP8Q==" /></ div > < input class="form-control" id="repository_id" name="repository_id" type="hidden" value="73902956" /> < div class="select-menu js-menu-container js-select-menu"> < a href="/hpu-spring87/ebooks/subscription" class="btn btn-sm btn-with-count select-menu-button js-menu-target" role="button" tabindex="0" aria-haspopup="true" data-ga-click="Repository, click Watch settings, action:blob#show"> < span class="js-select-button"> < svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></ svg > Watch </ span > </ a > < a class="social-count js-social-count" href="/hpu-spring87/ebooks/watchers" aria-label="0 users are watching this repository"> 0 </ a > < div class="select-menu-modal-holder"> < div class="select-menu-modal subscription-menu-modal js-menu-content" aria-hidden="true"> < div class="select-menu-header js-navigation-enable" tabindex="-1"> < svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></ svg > < span class="select-menu-title">Notifications</ span > </ div > < div class="select-menu-list js-navigation-container" role="menu"> < div class="select-menu-item js-navigation-item selected" role="menuitem" tabindex="0"> < svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></ svg > < div class="select-menu-item-text"> < input checked="checked" id="do_included" name="do" type="radio" value="included" /> < span class="select-menu-item-heading">Not watching</ span > < span class="description">Be notified when participating or @mentioned.</ span > < span class="js-select-button-text hidden-select-button-text"> < svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></ svg > Watch </ span > </ div > </ div > < div class="select-menu-item js-navigation-item " role="menuitem" tabindex="0"> < svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></ svg > < div class="select-menu-item-text"> < input id="do_subscribed" name="do" type="radio" value="subscribed" /> < span class="select-menu-item-heading">Watching</ span > < span class="description">Be notified of all conversations.</ span > < span class="js-select-button-text hidden-select-button-text"> < svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></ svg > Unwatch </ span > </ div > </ div > < div class="select-menu-item js-navigation-item " role="menuitem" tabindex="0"> < svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></ svg > < div class="select-menu-item-text"> < input id="do_ignore" name="do" type="radio" value="ignore" /> < span class="select-menu-item-heading">Ignoring</ span > < span class="description">Never be notified.</ span > < span class="js-select-button-text hidden-select-button-text"> < svg aria-hidden="true" class="octicon octicon-mute" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M8 2.81v10.38c0 .67-.81 1-1.28.53L3 10H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h2l3.72-3.72C7.19 1.81 8 2.14 8 2.81zm7.53 3.22l-1.06-1.06-1.97 1.97-1.97-1.97-1.06 1.06L11.44 8 9.47 9.97l1.06 1.06 1.97-1.97 1.97 1.97 1.06-1.06L13.56 8l1.97-1.97z"/></ svg > Stop ignoring </ span > </ div > </ div > </ div > </ div > </ div > </ div > </ form > </ li > < li > < div class="js-toggler-container js-social-container starring-container "> <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="/hpu-spring87/ebooks/unstar" class="starred" data-form-nonce="2b42180ad8ccd321ef27d6ecfbe1103aaf193e0e" data-remote="true" method="post">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" />< input name="authenticity_token" type="hidden" value="7nc365RnAnQWN8DnGI+kCT9rRiKCG8XJPCM2XDdK4Aknyh74vk4NP/U8n2uY14t9I+ZeU6WuUI3JO+JNuH7JOA==" /></ div > < button type="submit" class="btn btn-sm btn-with-count js-toggler-target" aria-label="Unstar this repository" title="Unstar hpu-spring87/ebooks" data-ga-click="Repository, click unstar button, action:blob#show; text:Unstar"> < svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14">< path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></ svg > Unstar </ button > < a class="social-count js-social-count" href="/hpu-spring87/ebooks/stargazers" aria-label="0 users starred this repository"> 0 </ a > </ form > <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="/hpu-spring87/ebooks/star" class="unstarred" data-form-nonce="2b42180ad8ccd321ef27d6ecfbe1103aaf193e0e" data-remote="true" method="post">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" />< input name="authenticity_token" type="hidden" value="PDzRM5M3wq41lHSQmtLrIrjUcJEQrKjCB6c4jpYfPLp0vKaO0D+vTTPyAXSHOfymnjuQrPuAfXxJs48jselrvw==" /></ div > < button type="submit" class="btn btn-sm btn-with-count js-toggler-target" aria-label="Star this repository" title="Star hpu-spring87/ebooks" data-ga-click="Repository, click star button, action:blob#show; text:Star"> < svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14">< path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></ svg > Star </ button > < a class="social-count js-social-count" href="/hpu-spring87/ebooks/stargazers" aria-label="0 users starred this repository"> 0 </ a > </ form > </ div > </ li > < li > < a href="#fork-destination-box" class="btn btn-sm btn-with-count" title="Fork your own copy of hpu-spring87/ebooks to your account" aria-label="Fork your own copy of hpu-spring87/ebooks to your account" rel="facebox" data-ga-click="Repository, show fork modal, action:blob#show; text:Fork"> < svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" version="1.1" viewBox="0 0 10 16" width="10">< path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></ svg > Fork </ a > < div id="fork-destination-box" style="display: none;"> < h2 class="facebox-header" data-facebox-id="facebox-header">Where should we fork this repository?</ h2 > < include-fragment src="" class="js-fork-select-fragment fork-select-fragment" data-url="/hpu-spring87/ebooks/fork?fragment=1"> < img alt="Loading" height="64" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-128.gif" width="64" /> </ include-fragment > </ div > < a href="/hpu-spring87/ebooks/network" class="social-count" aria-label="0 users forked this repository"> 0 </ a > </ li > </ ul > < h1 class="public "> < svg aria-hidden="true" class="octicon octicon-repo" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></ svg > < span class="author" itemprop="author">< a href="/hpu-spring87" class="url fn" rel="author">hpu-spring87</ a ></ span > <!-- --> < span class="path-divider">/</ span > <!-- --> < strong itemprop="name">< a href="/hpu-spring87/ebooks" data-pjax="#js-repo-pjax-container">ebooks</ a ></ strong > </ h1 > </ div > < div class="container"> < nav class="reponav js-repo-nav js-sidenav-container-pjax" itemscope itemtype="http://schema.org/BreadcrumbList" role="navigation" data-pjax="#js-repo-pjax-container"> < span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> < a href="/hpu-spring87/ebooks" aria-selected="true" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /hpu-spring87/ebooks" itemprop="url"> < svg aria-hidden="true" class="octicon octicon-code" height="16" version="1.1" viewBox="0 0 14 16" width="14">< path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></ svg > < span itemprop="name">Code</ span > < meta itemprop="position" content="1"> </ a > </ span > < span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> < a href="/hpu-spring87/ebooks/issues" class="js-selected-navigation-item reponav-item" data-hotkey="g i" data-selected-links="repo_issues repo_labels repo_milestones /hpu-spring87/ebooks/issues" itemprop="url"> < svg aria-hidden="true" class="octicon octicon-issue-opened" height="16" version="1.1" viewBox="0 0 14 16" width="14">< path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"/></ svg > < span itemprop="name">Issues</ span > < span class="counter">0</ span > < meta itemprop="position" content="2"> </ a > </ span > < span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> < a href="/hpu-spring87/ebooks/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /hpu-spring87/ebooks/pulls" itemprop="url"> < svg aria-hidden="true" class="octicon octicon-git-pull-request" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></ svg > < span itemprop="name">Pull requests</ span > < span class="counter">0</ span > < meta itemprop="position" content="3"> </ a > </ span > < a href="/hpu-spring87/ebooks/projects" class="js-selected-navigation-item reponav-item" data-selected-links="repo_projects new_repo_project repo_project /hpu-spring87/ebooks/projects"> < svg aria-hidden="true" class="octicon octicon-project" height="16" version="1.1" viewBox="0 0 15 16" width="15">< path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></ svg > Projects < span class="counter">0</ span > </ a > < a href="/hpu-spring87/ebooks/wiki" class="js-selected-navigation-item reponav-item" data-hotkey="g w" data-selected-links="repo_wiki /hpu-spring87/ebooks/wiki"> < svg aria-hidden="true" class="octicon octicon-book" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z"/></ svg > Wiki </ a > < a href="/hpu-spring87/ebooks/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /hpu-spring87/ebooks/pulse"> < svg aria-hidden="true" class="octicon octicon-pulse" height="16" version="1.1" viewBox="0 0 14 16" width="14">< path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8z"/></ svg > Pulse </ a > < a href="/hpu-spring87/ebooks/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /hpu-spring87/ebooks/graphs"> < svg aria-hidden="true" class="octicon octicon-graph" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></ svg > Graphs </ a > < a href="/hpu-spring87/ebooks/settings" class="js-selected-navigation-item reponav-item" data-selected-links="repo_settings repo_branch_settings hooks integration_installations /hpu-spring87/ebooks/settings"> < svg aria-hidden="true" class="octicon octicon-gear" height="16" version="1.1" viewBox="0 0 14 16" width="14">< path fill-rule="evenodd" d="M14 8.77v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45-.69-1.92h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.23v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.75v.02zM7 11c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></ svg > Settings </ a > </ nav > </ div > </ div > < div class="container new-discussion-timeline experiment-repo-nav"> < div class="repository-content"> < a href="/hpu-spring87/ebooks/blob/3d93b0b1a6db8c53c9b25f7ba4ee27fb8eb5a730/update.json" class="d-none js-permalink-shortcut" data-hotkey="y">Permalink</ a > <!-- blob contrib key: blob_contributors:v21:bffd951dcb0958e5dcde24a258e598c3 --> < div class="file-navigation js-zeroclipboard-container"> < div class="select-menu branch-select-menu js-menu-container js-select-menu float-left"> < button class="btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true"> < i >Branch:</ i > < span class="js-select-button css-truncate-target">master</ span > </ button > < div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax aria-hidden="true"> < div class="select-menu-modal"> < div class="select-menu-header"> < svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></ svg > < span class="select-menu-title">Switch branches/tags</ span > </ div > < div class="select-menu-filters"> < div class="select-menu-text-filter"> < input type="text" aria-label="Find or create a branch…" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Find or create a branch…"> </ div > < div class="select-menu-tabs"> < ul > < li class="select-menu-tab"> < a href="#" data-tab-filter="branches" data-filter-placeholder="Find or create a branch…" class="js-select-menu-tab" role="tab">Branches</ a > </ li > < li class="select-menu-tab"> < a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</ a > </ li > </ ul > </ div > </ div > < div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> < div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> < a class="select-menu-item js-navigation-item js-navigation-open selected" href="/hpu-spring87/ebooks/blob/master/update.json" data-name="master" data-skip-pjax="true" rel="nofollow"> < svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></ svg > < span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> master </ span > </ a > </ div > <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="/hpu-spring87/ebooks/branches" class="js-create-branch select-menu-item select-menu-new-item-form js-navigation-item js-new-item-form" data-form-nonce="2b42180ad8ccd321ef27d6ecfbe1103aaf193e0e" method="post">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" />< input name="authenticity_token" type="hidden" value="J6mxwzXfdDTK8MrEgPYnf22JdcrW/amE1rEIa/imJwDutBsnxI2rQdczaQXe6MDzCiJtEJeHu7m248/2bLgtCw==" /></ div > < svg aria-hidden="true" class="octicon octicon-git-branch select-menu-item-icon" height="16" version="1.1" viewBox="0 0 10 16" width="10">< path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></ svg > < div class="select-menu-item-text"> < span class="select-menu-item-heading">Create branch: < span class="js-new-item-name"></ span ></ span > < span class="description">from ‘master’</ span > </ div > < input type="hidden" name="name" id="name" class="js-new-item-value"> < input type="hidden" name="branch" id="branch" value="master"> < input type="hidden" name="path" id="path" value="update.json"> </ form > </ div > < div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> < div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> < a class="select-menu-item js-navigation-item js-navigation-open " href="/hpu-spring87/ebooks/tree/v1.0.0/update.json" data-name="v1.0.0" data-skip-pjax="true" rel="nofollow"> < svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></ svg > < span class="select-menu-item-text css-truncate-target" title="v1.0.0"> v1.0.0 </ span > </ a > </ div > < div class="select-menu-no-results">Nothing to show</ div > </ div > </ div > </ div > </ div > < div class="BtnGroup float-right"> < a href="/hpu-spring87/ebooks/find/master" class="js-pjax-capture-input btn btn-sm BtnGroup-item" data-pjax data-hotkey="t"> Find file </ a > < button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm BtnGroup-item tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</ button > </ div > < div class="breadcrumb js-zeroclipboard-target"> < span class="repo-root js-repo-root">< span class="js-path-segment">< a href="/hpu-spring87/ebooks">< span >ebooks</ span ></ a ></ span ></ span >< span class="separator">/</ span >< strong class="final-path">update.json</ strong > </ div > </ div > < div class="commit-tease"> < span class="float-right"> < a class="commit-tease-sha" href="/hpu-spring87/ebooks/commit/3d93b0b1a6db8c53c9b25f7ba4ee27fb8eb5a730" data-pjax> 3d93b0b </ a > < relative-time datetime="2016-11-17T06:50:09Z">Nov 17, 2016</ relative-time > </ span > < div > < img alt="@hpu-spring87" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/8155092?v=3&s=40" width="20" /> < a href="/hpu-spring87" class="user-mention" rel="author">hpu-spring87</ a > < a href="/hpu-spring87/ebooks/commit/3d93b0b1a6db8c53c9b25f7ba4ee27fb8eb5a730" class="message" data-pjax="true" title="Tag 1.0">Tag 1.0</ a > </ div > < div class="commit-tease-contributors"> < button type="button" class="btn-link muted-link contributors-toggle" data-facebox="#blob_contributors_box"> < strong >1</ strong > contributor </ button > </ div > < div id="blob_contributors_box" style="display:none"> < h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</ h2 > < ul class="facebox-user-list" data-facebox-id="facebox-description"> < li class="facebox-user-list-item"> < img alt="@hpu-spring87" height="24" src="https://avatars0.githubusercontent.com/u/8155092?v=3&s=48" width="24" /> < a href="/hpu-spring87">hpu-spring87</ a > </ li > </ ul > </ div > </ div > < div class="file"> < div class="file-header"> < div class="file-actions"> < div class="BtnGroup"> < a href="/hpu-spring87/ebooks/raw/master/update.json" class="btn btn-sm BtnGroup-item" id="raw-url">Raw</ a > < a href="/hpu-spring87/ebooks/blame/master/update.json" class="btn btn-sm js-update-url-with-hash BtnGroup-item">Blame</ a > < a href="/hpu-spring87/ebooks/commits/master/update.json" class="btn btn-sm BtnGroup-item" rel="nofollow">History</ a > </ div > < a class="btn-octicon tooltipped tooltipped-nw" href="github-mac://openRepo/https://github.com/hpu-spring87/ebooks?branch=master&filepath=update.json" aria-label="Open this file in GitHub Desktop" data-ga-click="Repository, open with desktop, type:mac"> < svg aria-hidden="true" class="octicon octicon-device-desktop" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M15 2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 9H1V3h14v8z"/></ svg > </ a > <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="/hpu-spring87/ebooks/edit/master/update.json" class="inline-form js-update-url-with-hash" data-form-nonce="2b42180ad8ccd321ef27d6ecfbe1103aaf193e0e" method="post">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" />< input name="authenticity_token" type="hidden" value="kPdN/AsLjur/iRsToxWcswQLtKg504TamV6xFRHZ9AYmFZAivzzbdnjY6jDV3QKVco9+8BEO+v/fCBbwrQhKrg==" /></ div > < button class="btn-octicon tooltipped tooltipped-nw" type="submit" aria-label="Edit this file" data-hotkey="e" data-disable-with> < svg aria-hidden="true" class="octicon octicon-pencil" height="16" version="1.1" viewBox="0 0 14 16" width="14">< path fill-rule="evenodd" d="M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z"/></ svg > </ button > </ form > <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="/hpu-spring87/ebooks/delete/master/update.json" class="inline-form" data-form-nonce="2b42180ad8ccd321ef27d6ecfbe1103aaf193e0e" method="post">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" />< input name="authenticity_token" type="hidden" value="0sQ0qnlHV8F45MqXmzf2IeElbn/fd2hKLoLBfr6vj0pCQOjz5BQOQrMQun0Ukd4TCKSdxO+VnJmYvogvyp6A2A==" /></ div > < button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" aria-label="Delete this file" data-disable-with> < svg aria-hidden="true" class="octicon octicon-trashcan" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></ svg > </ button > </ form > </ div > < div class="file-info"> 5 lines (5 sloc) < span class="file-info-divider"></ span > 189 Bytes </ div > </ div > < div itemprop="text" class="blob-wrapper data type-json"> < table class="highlight tab-size js-file-line-container" data-tab-size="8"> < tr > < td id="L1" class="blob-num js-line-number" data-line-number="1"></ td > < td id="LC1" class="blob-code blob-code-inner js-file-line">{</ td > </ tr > < tr > < td id="L2" class="blob-num js-line-number" data-line-number="2"></ td > < td id="LC2" class="blob-code blob-code-inner js-file-line"> < span class="pl-s">< span class="pl-pds">"</ span >versionCode< span class="pl-pds">"</ span ></ span >: < span class="pl-c1">1</ span >,</ td > </ tr > < tr > < td id="L3" class="blob-num js-line-number" data-line-number="3"></ td > < td id="LC3" class="blob-code blob-code-inner js-file-line"> < span class="pl-s">< span class="pl-pds">"</ span >updateMsg< span class="pl-pds">"</ span ></ span >: < span class="pl-s">< span class="pl-pds">"</ span >标题 < span class="pl-cce">\n</ span > 1.更新1 < span class="pl-cce">\n</ span >2.更新2< span class="pl-pds">"</ span ></ span >,</ td > </ tr > < tr > < td id="L4" class="blob-num js-line-number" data-line-number="4"></ td > < td id="LC4" class="blob-code blob-code-inner js-file-line"> < span class="pl-s">< span class="pl-pds">"</ span >downUrl< span class="pl-pds">"</ span ></ span >: < span class="pl-s">< span class="pl-pds">"</ span >https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/download/v3.0.1/WeChatLuckyMoney-v3.0.1.apk< span class="pl-pds">"</ span ></ span ></ td > </ tr > < tr > < td id="L5" class="blob-num js-line-number" data-line-number="5"></ td > < td id="LC5" class="blob-code blob-code-inner js-file-line">}</ td > </ tr > </ table > </ div > </ div > < button type="button" data-facebox="#jump-to-line" data-facebox-class="linejump" data-hotkey="l" class="d-none">Jump to Line</ button > < div id="jump-to-line" style="display:none"> <!-- '"` --> <!-- </textarea></xmp> --> </ option ></ form >< form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get">< div style="margin:0;padding:0;display:inline">< input name="utf8" type="hidden" value="✓" /></ div > < input class="form-control linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> < button type="submit" class="btn">Go</ button > </ form ></ div > </ div > < div class="modal-backdrop js-touch-events"></ div > </ div > </ div > </ div > </ div > < div class="container site-footer-container"> < div class="site-footer" role="contentinfo"> < ul class="site-footer-links float-right"> < li >< a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</ a ></ li > < li >< a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</ a ></ li > < li >< a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</ a ></ li > < li >< a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</ a ></ li > < li >< a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</ a ></ li > < li >< a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</ a ></ li > </ ul > < a href="https://github.com" aria-label="Homepage" class="site-footer-mark" title="GitHub"> < svg aria-hidden="true" class="octicon octicon-mark-github" height="24" version="1.1" viewBox="0 0 16 16" width="24">< path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></ svg > </ a > < ul class="site-footer-links"> < li >© 2016 < span title="0.06560s from github-fe-bc3c088.cp1-iad.github.net">GitHub</ span >, Inc.</ li > < li >< a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</ a ></ li > < li >< a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</ a ></ li > < li >< a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</ a ></ li > < li >< a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</ a ></ li > < li >< a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</ a ></ li > </ ul > </ div > </ div > < div id="ajax-error-message" class="ajax-error-message flash flash-error"> < svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></ svg > < button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> < svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></ svg > </ button > You can't perform that action at this time. </ div > < script crossorigin="anonymous" integrity="sha256-DMR8cHsW+5TLrHHR4vXyEb6jIj7+yu+pJIYwpCKkqJk=" src="https://assets-cdn.github.com/assets/frameworks-0cc47c707b16fb94cbac71d1e2f5f211bea3223efecaefa9248630a422a4a899.js"></ script > < script async="async" crossorigin="anonymous" integrity="sha256-9OXJ/RyDIX2OJHzObcIkdwt5tfgb3BeRrWNhpxf3Ckk=" src="https://assets-cdn.github.com/assets/github-f4e5c9fd1c83217d8e247cce6dc224770b79b5f81bdc1791ad6361a717f70a49.js"></ script > < div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none"> < svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16">< path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></ svg > < span class="signed-in-tab-flash">You signed in with another tab or window. < a href="">Reload</ a > to refresh your session.</ span > < span class="signed-out-tab-flash">You signed out in another tab or window. < a href="">Reload</ a > to refresh your session.</ span > </ div > < div class="facebox" id="facebox" style="display:none;"> < div class="facebox-popup"> < div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> </ div > < button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> < svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12">< path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></ svg > </ button > </ div > </ div > </ body > </ html > |
明显,这不是我们需要的,我们只是需要里面的json字符串。
解决方案:
github提供的读取资源文件格式如下:
1 | https://raw.githubusercontent.com/:owner/:repo/master/:path |
上面地址格式化之后就是如下结果:
1 | https://raw.githubusercontent.com/hpu-spring87/ebooks/master/update.json |
时刻怀有一颗虔诚之心,乐于分享。知识才更有意义。
分类:
自由开发者资源搜集
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 字符编码:从基础到乱码解决